Color Hex Logo

#c69eab Color Hex

#C69EAB
(198,158,171)
0 Favorites   0 Comments

Color spaces of #c69eab

RGB 198158171
HSL0.950.260.70
HSV341°20°78°
CMYK 0.000.200.14   0.22
XYZ42.866239.399843.8737
Yxy39.39980.33980.3124
Hunter Lab62.769312.05452.4967
CIE-Lab69.039916.8871-1.1014

#c69eab color RGB value is (198,158,171).

#c69eab hex color red value is 198, green value is 158 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c69eab hue: 0.95 , saturation: 0.26 and the lightness value of c69eab is 0.70.

The process color (four color CMYK) of #c69eab color hex is 0.00, 0.20, 0.14, 0.22. Web safe color of #c69eab is #cc9999. Color #c69eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011110 10101011
Octal 306 236 253
Decimal 198 158 171
Hex C6 9E AB

RGB Percentages of Color #c69eab

%37.57
%29.98
%32.45

CMYK Percentages of Color #c69eab

%0
%20
%14
%22

Triadic Colors of #c69eab

#c69eab #abc69e #9eabc6

Analogous Colors of #c69eab

#c69eab #c6a59e #c69ebf

Monochromatic Colors of #c69eab

#c69eab

Complementary Color

#c69eab #9ec6b9

#c69eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69eab Color CSS Codes

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

#c69eab Text Font Color

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

This sample text font color is #c69eab
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.


#c69eab Background Color

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

This div background color is #c69eab


#c69eab Border Color

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

This div border color is #c69eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,158,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c69eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c69eab;
  -webkit-box-shadow: 1px 1px 3px 2px #c69eab;
  box-shadow:         1px 1px 3px 2px #c69eab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,158,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 #c69eab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69eab


Comments

No comments written yet.

Please login to write comment.