Color Hex Logo

#cea88b Color Hex

#CEA88B
(206,168,139)
0 Favorites   0 Comments

Color spaces of #cea88b

RGB 206168139
HSL0.070.410.68
HSV26°33°81°
CMYK 0.000.180.33   0.19
XYZ44.116442.991230.3990
Yxy42.99120.37540.3659
Hunter Lab65.56775.358118.4089
CIE-Lab71.54909.764020.2303

#cea88b color RGB value is (206,168,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101000 10001011
Octal 316 250 213
Decimal 206 168 139
Hex CE A8 8B

RGB Percentages of Color #cea88b

%40.16
%32.75
%27.10

CMYK Percentages of Color #cea88b

%0
%18
%33
%19

Triadic Colors of #cea88b

#cea88b #8bcea8 #a88bce

Analogous Colors of #cea88b

#cea88b #ceca8b #ce8b90

Monochromatic Colors of #cea88b

#cea88b

Complementary Color

#cea88b #8bb1ce

#cea88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea88b Color CSS Codes

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

#cea88b Text Font Color

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

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


#cea88b Background Color

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

This div background color is #cea88b


#cea88b Border Color

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

This div border color is #cea88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea88b


Comments

No comments written yet.

Please login to write comment.