Color Hex Logo

#c4d5df Color Hex

#C4D5DF
(196,213,223)
1 Favorites   0 Comments

Color spaces of #c4d5df

RGB 196213223
HSL0.560.300.82
HSV202°12°87°
CMYK 0.120.040.00   0.13
XYZ59.878564.652079.1352
Yxy64.65200.29400.3174
Hunter Lab80.4065-7.7828-2.0681
CIE-Lab84.3041-3.7169-6.8799

#c4d5df color RGB value is (196,213,223).

#c4d5df hex color red value is 196, green value is 213 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c4d5df hue: 0.56 , saturation: 0.30 and the lightness value of c4d5df is 0.82.

The process color (four color CMYK) of #c4d5df color hex is 0.12, 0.04, 0.00, 0.13. Web safe color of #c4d5df is #cccccc. Color #c4d5df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11010101 11011111
Octal 304 325 337
Decimal 196 213 223
Hex C4 D5 DF

RGB Percentages of Color #c4d5df

%31.01
%33.70
%35.28

CMYK Percentages of Color #c4d5df

%12
%4
%0
%13

Triadic Colors of #c4d5df

#c4d5df #dfc4d5 #d5dfc4

Analogous Colors of #c4d5df

#c4d5df #c4c8df #c4dfdc

Monochromatic Colors of #c4d5df

#c4d5df

Complementary Color

#c4d5df #dfcec4

#c4d5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4d5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4d5df Color CSS Codes

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

#c4d5df Text Font Color

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

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


#c4d5df Background Color

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

This div background color is #c4d5df


#c4d5df Border Color

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

This div border color is #c4d5df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,213,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4d5df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4d5df;
  -webkit-box-shadow: 1px 1px 3px 2px #c4d5df;
  box-shadow:         1px 1px 3px 2px #c4d5df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,213,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4d5df


Comments

No comments written yet.

Please login to write comment.