Color Hex Logo

#c5cfca Color Hex

#C5CFCA
(197,207,202)
0 Favorites   0 Comments

Color spaces of #c5cfca

RGB 197207202
HSL0.420.090.79
HSV150°81°
CMYK 0.050.000.02   0.19
XYZ55.999560.760264.6535
Yxy60.76020.30870.3349
Hunter Lab77.9488-8.17365.3870
CIE-Lab82.2497-4.32471.2935

#c5cfca color RGB value is (197,207,202).

#c5cfca hex color red value is 197, green value is 207 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c5cfca hue: 0.42 , saturation: 0.09 and the lightness value of c5cfca is 0.79.

The process color (four color CMYK) of #c5cfca color hex is 0.05, 0.00, 0.02, 0.19. Web safe color of #c5cfca is #cccccc. Color #c5cfca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001111 11001010
Octal 305 317 312
Decimal 197 207 202
Hex C5 CF CA

RGB Percentages of Color #c5cfca

%32.51
%34.16
%33.33

CMYK Percentages of Color #c5cfca

%5
%0
%2
%19

Triadic Colors of #c5cfca

#c5cfca #cac5cf #cfcac5

Analogous Colors of #c5cfca

#c5cfca #c5cfcf #c5cfc5

Monochromatic Colors of #c5cfca

#c5cfca

Complementary Color

#c5cfca #cfc5ca

#c5cfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cfca Color CSS Codes

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

#c5cfca Text Font Color

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

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


#c5cfca Background Color

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

This div background color is #c5cfca


#c5cfca Border Color

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

This div border color is #c5cfca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,207,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cfca


Comments

No comments written yet.

Please login to write comment.