Color Hex Logo

#ceccad Color Hex

#CECCAD
(206,204,173)
0 Favorites   0 Comments

Color spaces of #ceccad

RGB 206204173
HSL0.160.250.74
HSV56°16°81°
CMYK 0.000.010.16   0.19
XYZ54.589359.324748.1088
Yxy59.32470.33690.3662
Hunter Lab77.0225-8.278516.8828
CIE-Lab81.4697-4.511515.7215

#ceccad color RGB value is (206,204,173).

#ceccad hex color red value is 206, green value is 204 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ceccad hue: 0.16 , saturation: 0.25 and the lightness value of ceccad is 0.74.

The process color (four color CMYK) of #ceccad color hex is 0.00, 0.01, 0.16, 0.19. Web safe color of #ceccad is #cccc99. Color #ceccad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001100 10101101
Octal 316 314 255
Decimal 206 204 173
Hex CE CC AD

RGB Percentages of Color #ceccad

%35.33
%34.99
%29.67

CMYK Percentages of Color #ceccad

%0
%1
%16
%19

Triadic Colors of #ceccad

#ceccad #adcecc #ccadce

Analogous Colors of #ceccad

#ceccad #c0cead #cebcad

Monochromatic Colors of #ceccad

#ceccad

Complementary Color

#ceccad #adafce

#ceccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceccad Color CSS Codes

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

#ceccad Text Font Color

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

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


#ceccad Background Color

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

This div background color is #ceccad


#ceccad Border Color

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

This div border color is #ceccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceccad


Comments

No comments written yet.

Please login to write comment.