Color Hex Logo

#cea98e Color Hex

#CEA98E
(206,169,142)
0 Favorites   0 Comments

Color spaces of #cea98e

RGB 206169142
HSL0.070.400.68
HSV25°31°81°
CMYK 0.000.180.31   0.19
XYZ44.524143.450731.6313
Yxy43.45070.37230.3633
Hunter Lab65.91715.213817.6908
CIE-Lab71.85989.613219.0232

#cea98e color RGB value is (206,169,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 10001110
Octal 316 251 216
Decimal 206 169 142
Hex CE A9 8E

RGB Percentages of Color #cea98e

%39.85
%32.69
%27.47

CMYK Percentages of Color #cea98e

%0
%18
%31
%19

Triadic Colors of #cea98e

#cea98e #8ecea9 #a98ece

Analogous Colors of #cea98e

#cea98e #cec98e #ce8e93

Monochromatic Colors of #cea98e

#cea98e

Complementary Color

#cea98e #8eb3ce

#cea98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea98e Color CSS Codes

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

#cea98e Text Font Color

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

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


#cea98e Background Color

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

This div background color is #cea98e


#cea98e Border Color

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

This div border color is #cea98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea98e


Comments

No comments written yet.

Please login to write comment.