Color Hex Logo

#c4caad Color Hex

#C4CAAD
(196,202,173)
0 Favorites   0 Comments

Color spaces of #c4caad

RGB 196202173
HSL0.200.210.74
HSV72°14°79°
CMYK 0.030.000.14   0.21
XYZ51.428356.994047.8255
Yxy56.99400.32910.3648
Hunter Lab75.4944-10.517315.2860
CIE-Lab80.1762-7.118113.7909

#c4caad color RGB value is (196,202,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001010 10101101
Octal 304 312 255
Decimal 196 202 173
Hex C4 CA AD

RGB Percentages of Color #c4caad

%34.33
%35.38
%30.30

CMYK Percentages of Color #c4caad

%3
%0
%14
%21

Triadic Colors of #c4caad

#c4caad #adc4ca #caadc4

Analogous Colors of #c4caad

#c4caad #b6caad #cac2ad

Monochromatic Colors of #c4caad

#c4caad

Complementary Color

#c4caad #b3adca

#c4caad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4caad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4caad Color CSS Codes

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

#c4caad Text Font Color

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

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


#c4caad Background Color

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

This div background color is #c4caad


#c4caad Border Color

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

This div border color is #c4caad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4caad


Comments

No comments written yet.

Please login to write comment.