Color Hex Logo

#c2ccaf Color Hex

#C2CCAF
(194,204,175)
0 Favorites   0 Comments

Color spaces of #c2ccaf

RGB 194204175
HSL0.220.220.74
HSV81°14°80°
CMYK 0.050.000.14   0.20
XYZ51.578957.750248.9858
Yxy57.75020.32580.3648
Hunter Lab75.9936-11.835914.9769
CIE-Lab80.5997-8.546113.3014

#c2ccaf color RGB value is (194,204,175).

#c2ccaf hex color red value is 194, green value is 204 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c2ccaf hue: 0.22 , saturation: 0.22 and the lightness value of c2ccaf is 0.74.

The process color (four color CMYK) of #c2ccaf color hex is 0.05, 0.00, 0.14, 0.20. Web safe color of #c2ccaf is #cccc99. Color #c2ccaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001100 10101111
Octal 302 314 257
Decimal 194 204 175
Hex C2 CC AF

RGB Percentages of Color #c2ccaf

%33.86
%35.60
%30.54

CMYK Percentages of Color #c2ccaf

%5
%0
%14
%20

Triadic Colors of #c2ccaf

#c2ccaf #afc2cc #ccafc2

Analogous Colors of #c2ccaf

#c2ccaf #b4ccaf #ccc8af

Monochromatic Colors of #c2ccaf

#c2ccaf

Complementary Color

#c2ccaf #b9afcc

#c2ccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ccaf Color CSS Codes

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

#c2ccaf Text Font Color

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

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


#c2ccaf Background Color

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

This div background color is #c2ccaf


#c2ccaf Border Color

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

This div border color is #c2ccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ccaf


Comments

No comments written yet.

Please login to write comment.