Color Hex Logo

#cead96 Color Hex

#CEAD96
(206,173,150)
0 Favorites   0 Comments

Color spaces of #cead96

RGB 206173150
HSL0.070.360.70
HSV25°27°81°
CMYK 0.000.160.27   0.19
XYZ45.902245.211035.1614
Yxy45.21100.36350.3580
Hunter Lab67.23914.188316.0628
CIE-Lab73.03068.532416.2870

#cead96 color RGB value is (206,173,150).

#cead96 hex color red value is 206, green value is 173 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cead96 hue: 0.07 , saturation: 0.36 and the lightness value of cead96 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101101 10010110
Octal 316 255 226
Decimal 206 173 150
Hex CE AD 96

RGB Percentages of Color #cead96

%38.94
%32.70
%28.36

CMYK Percentages of Color #cead96

%0
%16
%27
%19

Triadic Colors of #cead96

#cead96 #96cead #ad96ce

Analogous Colors of #cead96

#cead96 #cec996 #ce969b

Monochromatic Colors of #cead96

#cead96

Complementary Color

#cead96 #96b7ce

#cead96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cead96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cead96 Color CSS Codes

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

#cead96 Text Font Color

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

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


#cead96 Background Color

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

This div background color is #cead96


#cead96 Border Color

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

This div border color is #cead96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cead96


Comments

No comments written yet.

Please login to write comment.