Color Hex Logo

#cea96c Color Hex

#CEA96C
(206,169,108)
0 Favorites   0 Comments

Color spaces of #cea96c

RGB 206169108
HSL0.100.500.62
HSV37°48°81°
CMYK 0.000.180.48   0.19
XYZ42.348342.580520.1742
Yxy42.58050.40290.4051
Hunter Lab65.25371.648727.3472
CIE-Lab71.26935.727036.4458

#cea96c color RGB value is (206,169,108).

#cea96c hex color red value is 206, green value is 169 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #cea96c hue: 0.10 , saturation: 0.50 and the lightness value of cea96c is 0.62.

The process color (four color CMYK) of #cea96c color hex is 0.00, 0.18, 0.48, 0.19. Web safe color of #cea96c is #cc9966. Color #cea96c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 01101100
Octal 316 251 154
Decimal 206 169 108
Hex CE A9 6C

RGB Percentages of Color #cea96c

%42.65
%34.99
%22.36

CMYK Percentages of Color #cea96c

%0
%18
%48
%19

Triadic Colors of #cea96c

#cea96c #6ccea9 #a96cce

Analogous Colors of #cea96c

#cea96c #c2ce6c #ce786c

Monochromatic Colors of #cea96c

#cea96c

Complementary Color

#cea96c #6c91ce

#cea96c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea96c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea96c Color CSS Codes

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

#cea96c Text Font Color

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

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


#cea96c Background Color

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

This div background color is #cea96c


#cea96c Border Color

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

This div border color is #cea96c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea96c


Comments

No comments written yet.

Please login to write comment.