Color Hex Logo

#cea85f Color Hex

#CEA85F
(206,168,95)
0 Favorites   0 Comments

Color spaces of #cea85f

RGB 20616895
HSL0.110.530.59
HSV39°54°81°
CMYK 0.000.180.54   0.19
XYZ41.521841.953316.7358
Yxy41.95330.41430.4187
Hunter Lab64.77141.077830.0204
CIE-Lab70.83875.082342.5884

#cea85f color RGB value is (206,168,95).

#cea85f hex color red value is 206, green value is 168 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cea85f hue: 0.11 , saturation: 0.53 and the lightness value of cea85f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101000 01011111
Octal 316 250 137
Decimal 206 168 95
Hex CE A8 5F

RGB Percentages of Color #cea85f

%43.92
%35.82
%20.26

CMYK Percentages of Color #cea85f

%0
%18
%54
%19

Triadic Colors of #cea85f

#cea85f #5fcea8 #a85fce

Analogous Colors of #cea85f

#cea85f #bdce5f #ce715f

Monochromatic Colors of #cea85f

#cea85f

Complementary Color

#cea85f #5f85ce

#cea85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea85f Color CSS Codes

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

#cea85f Text Font Color

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

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


#cea85f Background Color

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

This div background color is #cea85f


#cea85f Border Color

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

This div border color is #cea85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea85f

#cea85f Color Palettes


Comments

No comments written yet.

Please login to write comment.