Color Hex Logo

#c5cfcd Color Hex

#C5CFCD
(197,207,205)
0 Favorites   0 Comments

Color spaces of #c5cfcd

RGB 197207205
HSL0.470.090.79
HSV168°81°
CMYK 0.050.000.01   0.19
XYZ56.358260.903766.5428
Yxy60.90370.30660.3314
Hunter Lab78.0408-7.66534.0740
CIE-Lab82.3269-3.7647-0.1949

#c5cfcd color RGB value is (197,207,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001111 11001101
Octal 305 317 315
Decimal 197 207 205
Hex C5 CF CD

RGB Percentages of Color #c5cfcd

%32.35
%33.99
%33.66

CMYK Percentages of Color #c5cfcd

%5
%0
%1
%19

Triadic Colors of #c5cfcd

#c5cfcd #cdc5cf #cfcdc5

Analogous Colors of #c5cfcd

#c5cfcd #c5cccf #c5cfc8

Monochromatic Colors of #c5cfcd

#c5cfcd

Complementary Color

#c5cfcd #cfc5c7

#c5cfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cfcd Color CSS Codes

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

#c5cfcd Text Font Color

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

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


#c5cfcd Background Color

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

This div background color is #c5cfcd


#c5cfcd Border Color

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

This div border color is #c5cfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cfcd

#c5cfcd Color Palettes


Comments

No comments written yet.

Please login to write comment.