Color Hex Logo

#c8caad Color Hex

#C8CAAD
(200,202,173)
1 Favorites   0 Comments

Color spaces of #c8caad

RGB 200202173
HSL0.180.210.74
HSV64°14°79°
CMYK 0.010.000.14   0.21
XYZ52.482857.537547.8749
Yxy57.53750.33240.3644
Hunter Lab75.8535-9.240015.6766
CIE-Lab80.4810-5.665714.2640

#c8caad color RGB value is (200,202,173).

#c8caad hex color red value is 200, green value is 202 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c8caad hue: 0.18 , saturation: 0.21 and the lightness value of c8caad is 0.74.

The process color (four color CMYK) of #c8caad color hex is 0.01, 0.00, 0.14, 0.21. Web safe color of #c8caad is #cccc99. Color #c8caad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11001010 10101101
Octal 310 312 255
Decimal 200 202 173
Hex C8 CA AD

RGB Percentages of Color #c8caad

%34.78
%35.13
%30.09

CMYK Percentages of Color #c8caad

%1
%0
%14
%21

Triadic Colors of #c8caad

#c8caad #adc8ca #caadc8

Analogous Colors of #c8caad

#c8caad #bacaad #cabead

Monochromatic Colors of #c8caad

#c8caad

Complementary Color

#c8caad #afadca

#c8caad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8caad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8caad Color CSS Codes

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

#c8caad Text Font Color

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

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


#c8caad Background Color

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

This div background color is #c8caad


#c8caad Border Color

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

This div border color is #c8caad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8caad

#c8caad Color Palettes


Comments

No comments written yet.

Please login to write comment.