Color Hex Logo

#cead81 Color Hex

#CEAD81
(206,173,129)
0 Favorites   0 Comments

Color spaces of #cead81

RGB 206173129
HSL0.100.440.66
HSV34°37°81°
CMYK 0.000.160.37   0.19
XYZ44.359644.593927.0384
Yxy44.59390.38240.3845
Hunter Lab66.77871.711022.7388
CIE-Lab72.62375.841827.0893

#cead81 color RGB value is (206,173,129).

#cead81 hex color red value is 206, green value is 173 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #cead81 hue: 0.10 , saturation: 0.44 and the lightness value of cead81 is 0.66.

The process color (four color CMYK) of #cead81 color hex is 0.00, 0.16, 0.37, 0.19. Web safe color of #cead81 is #cc9999. Color #cead81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101101 10000001
Octal 316 255 201
Decimal 206 173 129
Hex CE AD 81

RGB Percentages of Color #cead81

%40.55
%34.06
%25.39

CMYK Percentages of Color #cead81

%0
%16
%37
%19

Triadic Colors of #cead81

#cead81 #81cead #ad81ce

Analogous Colors of #cead81

#cead81 #c9ce81 #ce8781

Monochromatic Colors of #cead81

#cead81

Complementary Color

#cead81 #81a2ce

#cead81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cead81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cead81 Color CSS Codes

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

#cead81 Text Font Color

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

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


#cead81 Background Color

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

This div background color is #cead81


#cead81 Border Color

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

This div border color is #cead81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cead81


Comments

No comments written yet.

Please login to write comment.