Color Hex Logo

#cea97a Color Hex

#CEA97A
(206,169,122)
0 Favorites   0 Comments

Color spaces of #cea97a

RGB 206169122
HSL0.090.460.64
HSV34°41°81°
CMYK 0.000.180.41   0.19
XYZ43.154442.902924.4190
Yxy42.90290.39060.3883
Hunter Lab65.50032.977923.7465
CIE-Lab71.48907.187929.3311

#cea97a color RGB value is (206,169,122).

#cea97a hex color red value is 206, green value is 169 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cea97a hue: 0.09 , saturation: 0.46 and the lightness value of cea97a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101001 01111010
Octal 316 251 172
Decimal 206 169 122
Hex CE A9 7A

RGB Percentages of Color #cea97a

%41.45
%34.00
%24.55

CMYK Percentages of Color #cea97a

%0
%18
%41
%19

Triadic Colors of #cea97a

#cea97a #7acea9 #a97ace

Analogous Colors of #cea97a

#cea97a #c9ce7a #ce7f7a

Monochromatic Colors of #cea97a

#cea97a

Complementary Color

#cea97a #7a9fce

#cea97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea97a Color CSS Codes

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

#cea97a Text Font Color

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

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


#cea97a Background Color

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

This div background color is #cea97a


#cea97a Border Color

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

This div border color is #cea97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea97a

#cea97a Color Palettes


Comments

No comments written yet.

Please login to write comment.