Color Hex Logo

#69cfab Color Hex

#69CFAB
(105,207,171)
0 Favorites   0 Comments

Color spaces of #69cfab

RGB 105207171
HSL0.440.520.61
HSV159°49°81°
CMYK 0.490.000.17   0.19
XYZ35.489250.569246.4184
Yxy50.56920.26790.3817
Hunter Lab71.1120-35.363711.0768
CIE-Lab76.4173-38.30628.8159

#69cfab color RGB value is (105,207,171).

#69cfab hex color red value is 105, green value is 207 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #69cfab hue: 0.44 , saturation: 0.52 and the lightness value of 69cfab is 0.61.

The process color (four color CMYK) of #69cfab color hex is 0.49, 0.00, 0.17, 0.19. Web safe color of #69cfab is #66cc99. Color #69cfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 11001111 10101011
Octal 151 317 253
Decimal 105 207 171
Hex 69 CF AB

RGB Percentages of Color #69cfab

%21.74
%42.86
%35.40

CMYK Percentages of Color #69cfab

%49
%0
%17
%19

Triadic Colors of #69cfab

#69cfab #ab69cf #cfab69

Analogous Colors of #69cfab

#69cfab #69c0cf #69cf78

Monochromatic Colors of #69cfab

#69cfab

Complementary Color

#69cfab #cf698d

#69cfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#69cfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#69cfab Color CSS Codes

.mybgcolor {background-color:#69cfab; } 
.myforecolor {color:#69cfab; }
.mybordercolor {border:3px solid #69cfab; }

#69cfab Text Font Color

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

This sample text font color is #69cfab
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#69cfab Background Color

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

This div background color is #69cfab


#69cfab Border Color

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

This div border color is #69cfab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,207,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #69cfab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #69cfab;
  -webkit-box-shadow: 1px 1px 3px 2px #69cfab;
  box-shadow:         1px 1px 3px 2px #69cfab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #69cfab


Comments

No comments written yet.

Please login to write comment.