color details

Color Details
#69c2be Color Hex

#69c2be color RGB value is (6, 156, 43).
#69c2be hex color red value is 6, green value is 156, and blue value is 43.
Cylindrical-coordinate representations (HSL) of color #69c2be hue: 134.8, saturation: 0.93 and lightness: 0.32.

The process color (four-color CMYK) of #69c2be color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #69c2be is #ff9999. Color #69c2be contains mainly RED.

Color Spaces
Color spaces of #69c2beValue
RGB105, 194, 190
HSL0.49, 0.42, 0.59
HSV177°, 46°, 76°
XYZ34.41, 45.3, 55.64
Base Numbers
Base Red Green Blue
Binary 1101001 11000010 10111110
Octal 151 302 276
Decimal 105 194 190
Hex 69 C2 BE

RGB Percentages for Color #69c2be

21.47%
39.67%
38.85%

CMYK Percentages of the Color #69c2be

45.88%
2.06%
23.92%
CSS Codes for Color #69c2be
.mybgColor {background-color: #69c2be;}
.myforeColor {color: #69c2be;}
.myborderColor {border:3px solid #69c2be;}
Text Font Color #69c2be

<p style="color:#69c2be">Text here</p>

This sample text is styled with the font color #69c2be. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #69c2be

<div style="background-color:#69c2be">Div content here</div>

The background color of this div is #69c2be
Border Color #69c2be

<div style="border:3px solid #69c2be">Div here</div>

The border color of this div is #69c2be
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(105, 194, 190, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #69c2be;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #69c2be;
-webkit-box-shadow: 1px 1px 3px #69c2be;
box-shadow: 1px 1px 3px #69c2be;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105, 194, 190, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #69c2be;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #69c2be; -webkit-box-shadow: 1px 1px 3px #69c2be; box-shadow: 1px 1px 3px #69c2be;">Div content here</div>

This div box has a shadow with a specified color. #69c2be
Scroll to Top