Color Hex Logo

#c3cdae Color Hex

#C3CDAE
(195,205,174)
0 Favorites   0 Comments

Color spaces of #c3cdae

RGB 195205174
HSL0.220.240.74
HSV79°15°80°
CMYK 0.050.000.15   0.20
XYZ51.977058.320748.5619
Yxy58.32070.32720.3671
Hunter Lab76.3680-12.154715.7555
CIE-Lab80.9168-8.866214.2914

#c3cdae color RGB value is (195,205,174).

#c3cdae hex color red value is 195, green value is 205 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c3cdae hue: 0.22 , saturation: 0.24 and the lightness value of c3cdae is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001101 10101110
Octal 303 315 256
Decimal 195 205 174
Hex C3 CD AE

RGB Percentages of Color #c3cdae

%33.97
%35.71
%30.31

CMYK Percentages of Color #c3cdae

%5
%0
%15
%20

Triadic Colors of #c3cdae

#c3cdae #aec3cd #cdaec3

Analogous Colors of #c3cdae

#c3cdae #b4cdae #cdc8ae

Monochromatic Colors of #c3cdae

#c3cdae

Complementary Color

#c3cdae #b8aecd

#c3cdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3cdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3cdae Color CSS Codes

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

#c3cdae Text Font Color

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

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


#c3cdae Background Color

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

This div background color is #c3cdae


#c3cdae Border Color

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

This div border color is #c3cdae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,205,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3cdae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3cdae;
  -webkit-box-shadow: 1px 1px 3px 2px #c3cdae;
  box-shadow:         1px 1px 3px 2px #c3cdae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,205,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3cdae


Comments

No comments written yet.

Please login to write comment.