Color Hex Logo

#c4ccad Color Hex

#C4CCAD
(196,204,173)
0 Favorites   0 Comments

Color spaces of #c4ccad

RGB 196204173
HSL0.210.230.74
HSV75°15°80°
CMYK 0.040.000.15   0.20
XYZ51.900657.938647.9830
Yxy57.93860.32890.3671
Hunter Lab76.1174-11.495415.9069
CIE-Lab80.7046-8.152314.5353

#c4ccad color RGB value is (196,204,173).

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

The process color (four color CMYK) of #c4ccad color hex is 0.04, 0.00, 0.15, 0.20. Web safe color of #c4ccad is #cccc99. Color #c4ccad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11001100 10101101
Octal 304 314 255
Decimal 196 204 173
Hex C4 CC AD

RGB Percentages of Color #c4ccad

%34.21
%35.60
%30.19

CMYK Percentages of Color #c4ccad

%4
%0
%15
%20

Triadic Colors of #c4ccad

#c4ccad #adc4cc #ccadc4

Analogous Colors of #c4ccad

#c4ccad #b5ccad #ccc5ad

Monochromatic Colors of #c4ccad

#c4ccad

Complementary Color

#c4ccad #b5adcc

#c4ccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ccad Color CSS Codes

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

#c4ccad Text Font Color

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

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


#c4ccad Background Color

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

This div background color is #c4ccad


#c4ccad Border Color

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

This div border color is #c4ccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ccad


Comments

No comments written yet.

Please login to write comment.