Color Hex Logo

#c4d7dc Color Hex

#C4D7DC
(196,215,220)
0 Favorites   0 Comments

Color spaces of #c4d7dc

RGB 196215220
HSL0.530.260.82
HSV193°11°86°
CMYK 0.110.020.00   0.14
XYZ59.983765.503977.1922
Yxy65.50390.29600.3232
Hunter Lab80.9345-9.34200.1056
CIE-Lab84.7427-5.3567-4.6398

#c4d7dc color RGB value is (196,215,220).

#c4d7dc hex color red value is 196, green value is 215 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c4d7dc hue: 0.53 , saturation: 0.26 and the lightness value of c4d7dc is 0.82.

The process color (four color CMYK) of #c4d7dc color hex is 0.11, 0.02, 0.00, 0.14. Web safe color of #c4d7dc is #cccccc. Color #c4d7dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11010111 11011100
Octal 304 327 334
Decimal 196 215 220
Hex C4 D7 DC

RGB Percentages of Color #c4d7dc

%31.06
%34.07
%34.87

CMYK Percentages of Color #c4d7dc

%11
%2
%0
%14

Triadic Colors of #c4d7dc

#c4d7dc #dcc4d7 #d7dcc4

Analogous Colors of #c4d7dc

#c4d7dc #c4cbdc #c4dcd5

Monochromatic Colors of #c4d7dc

#c4d7dc

Complementary Color

#c4d7dc #dcc9c4

#c4d7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4d7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4d7dc Color CSS Codes

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

#c4d7dc Text Font Color

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

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


#c4d7dc Background Color

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

This div background color is #c4d7dc


#c4d7dc Border Color

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

This div border color is #c4d7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4d7dc


Comments

No comments written yet.

Please login to write comment.