Color Hex Logo

#c5cfdd Color Hex

#C5CFDD
(197,207,221)
0 Favorites   0 Comments

Color spaces of #c5cfdd

RGB 197207221
HSL0.600.260.82
HSV215°11°87°
CMYK 0.110.060.00   0.13
XYZ58.389961.716477.2416
Yxy61.71640.29590.3127
Hunter Lab78.5598-4.8087-3.3033
CIE-Lab82.7624-0.6534-8.0922

#c5cfdd color RGB value is (197,207,221).

#c5cfdd hex color red value is 197, green value is 207 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c5cfdd hue: 0.60 , saturation: 0.26 and the lightness value of c5cfdd is 0.82.

The process color (four color CMYK) of #c5cfdd color hex is 0.11, 0.06, 0.00, 0.13. Web safe color of #c5cfdd is #cccccc. Color #c5cfdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11001111 11011101
Octal 305 317 335
Decimal 197 207 221
Hex C5 CF DD

RGB Percentages of Color #c5cfdd

%31.52
%33.12
%35.36

CMYK Percentages of Color #c5cfdd

%11
%6
%0
%13

Triadic Colors of #c5cfdd

#c5cfdd #ddc5cf #cfddc5

Analogous Colors of #c5cfdd

#c5cfdd #c7c5dd #c5dbdd

Monochromatic Colors of #c5cfdd

#c5cfdd

Complementary Color

#c5cfdd #ddd3c5

#c5cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5cfdd Color CSS Codes

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

#c5cfdd Text Font Color

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

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


#c5cfdd Background Color

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

This div background color is #c5cfdd


#c5cfdd Border Color

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

This div border color is #c5cfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5cfdd


Comments

No comments written yet.

Please login to write comment.