Color Hex Logo

#cea991 Color Hex

#CEA991
(206,169,145)
0 Favorites   0 Comments

Color spaces of #cea991

RGB 206169145
HSL0.070.380.69
HSV24°30°81°
CMYK 0.000.180.30   0.19
XYZ44.752443.542132.8338
Yxy43.54210.36950.3595
Hunter Lab65.98645.583516.6887
CIE-Lab71.921410.010417.4716

#cea991 color RGB value is (206,169,145).

#cea991 hex color red value is 206, green value is 169 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #cea991 hue: 0.07 , saturation: 0.38 and the lightness value of cea991 is 0.69.

The process color (four color CMYK) of #cea991 color hex is 0.00, 0.18, 0.30, 0.19. Web safe color of #cea991 is #cc9999. Color #cea991 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 10010001
Octal 316 251 221
Decimal 206 169 145
Hex CE A9 91

RGB Percentages of Color #cea991

%39.62
%32.50
%27.88

CMYK Percentages of Color #cea991

%0
%18
%30
%19

Triadic Colors of #cea991

#cea991 #91cea9 #a991ce

Analogous Colors of #cea991

#cea991 #cec891 #ce9198

Monochromatic Colors of #cea991

#cea991

Complementary Color

#cea991 #91b6ce

#cea991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea991 Color CSS Codes

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

#cea991 Text Font Color

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

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


#cea991 Background Color

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

This div background color is #cea991


#cea991 Border Color

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

This div border color is #cea991


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,169,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cea991; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cea991;
  -webkit-box-shadow: 1px 1px 3px 2px #cea991;
  box-shadow:         1px 1px 3px 2px #cea991; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,169,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea991


Comments

No comments written yet.

Please login to write comment.