Color Hex Logo

#ceaf96 Color Hex

#CEAF96
(206,175,150)
0 Favorites   0 Comments

Color spaces of #ceaf96

RGB 206175150
HSL0.070.360.70
HSV27°27°81°
CMYK 0.000.150.27   0.19
XYZ46.288645.983835.2902
Yxy45.98380.36290.3605
Hunter Lab67.81143.175716.6124
CIE-Lab73.53507.455816.9893

#ceaf96 color RGB value is (206,175,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101111 10010110
Octal 316 257 226
Decimal 206 175 150
Hex CE AF 96

RGB Percentages of Color #ceaf96

%38.79
%32.96
%28.25

CMYK Percentages of Color #ceaf96

%0
%15
%27
%19

Triadic Colors of #ceaf96

#ceaf96 #96ceaf #af96ce

Analogous Colors of #ceaf96

#ceaf96 #cecb96 #ce9699

Monochromatic Colors of #ceaf96

#ceaf96

Complementary Color

#ceaf96 #96b5ce

#ceaf96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceaf96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceaf96 Color CSS Codes

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

#ceaf96 Text Font Color

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

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


#ceaf96 Background Color

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

This div background color is #ceaf96


#ceaf96 Border Color

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

This div border color is #ceaf96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceaf96


Comments

No comments written yet.

Please login to write comment.