Color Hex Logo

#cfd4dc Color Hex

#CFD4DC
(207,212,220)
0 Favorites   0 Comments

Color spaces of #cfd4dc

RGB 207212220
HSL0.600.160.84
HSV217°86°
CMYK 0.060.040.00   0.14
XYZ62.193965.519777.0787
Yxy65.51970.30370.3199
Hunter Lab80.9442-4.50110.2024
CIE-Lab84.7508-0.1875-4.5383

#cfd4dc color RGB value is (207,212,220).

#cfd4dc hex color red value is 207, green value is 212 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cfd4dc hue: 0.60 , saturation: 0.16 and the lightness value of cfd4dc is 0.84.

The process color (four color CMYK) of #cfd4dc color hex is 0.06, 0.04, 0.00, 0.14. Web safe color of #cfd4dc is #cccccc. Color #cfd4dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11010100 11011100
Octal 317 324 334
Decimal 207 212 220
Hex CF D4 DC

RGB Percentages of Color #cfd4dc

%32.39
%33.18
%34.43

CMYK Percentages of Color #cfd4dc

%6
%4
%0
%14

Triadic Colors of #cfd4dc

#cfd4dc #dccfd4 #d4dccf

Analogous Colors of #cfd4dc

#cfd4dc #d1cfdc #cfdbdc

Monochromatic Colors of #cfd4dc

#cfd4dc

Complementary Color

#cfd4dc #dcd7cf

#cfd4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfd4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfd4dc Color CSS Codes

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

#cfd4dc Text Font Color

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

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


#cfd4dc Background Color

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

This div background color is #cfd4dc


#cfd4dc Border Color

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

This div border color is #cfd4dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,212,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 #cfd4dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfd4dc


Comments

No comments written yet.

Please login to write comment.