Color Hex Logo

#cea08b Color Hex

#CEA08B
(206,160,139)
0 Favorites   0 Comments

Color spaces of #cea08b

RGB 206160139
HSL0.050.410.68
HSV19°33°81°
CMYK 0.000.220.33   0.19
XYZ42.684640.127529.9218
Yxy40.12750.37860.3559
Hunter Lab63.34639.422616.3366
CIE-Lab69.560214.101917.4890

#cea08b color RGB value is (206,160,139).

#cea08b hex color red value is 206, green value is 160 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cea08b hue: 0.05 , saturation: 0.41 and the lightness value of cea08b is 0.68.

The process color (four color CMYK) of #cea08b color hex is 0.00, 0.22, 0.33, 0.19. Web safe color of #cea08b is #cc9999. Color #cea08b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100000 10001011
Octal 316 240 213
Decimal 206 160 139
Hex CE A0 8B

RGB Percentages of Color #cea08b

%40.79
%31.68
%27.52

CMYK Percentages of Color #cea08b

%0
%22
%33
%19

Triadic Colors of #cea08b

#cea08b #8bcea0 #a08bce

Analogous Colors of #cea08b

#cea08b #cec28b #ce8b98

Monochromatic Colors of #cea08b

#cea08b

Complementary Color

#cea08b #8bb9ce

#cea08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea08b Color CSS Codes

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

#cea08b Text Font Color

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

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


#cea08b Background Color

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

This div background color is #cea08b


#cea08b Border Color

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

This div border color is #cea08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea08b


Comments

No comments written yet.

Please login to write comment.