Color Hex Logo

#dce9fc Color Hex

#DCE9FC
(220,233,252)
0 Favorites   0 Comments

Color spaces of #dce9fc

RGB 220233252
HSL0.600.840.93
HSV216°13°99°
CMYK 0.130.080.00   0.01
XYZ76.224880.5217103.6202
Yxy80.52170.29280.3093
Hunter Lab89.7339-5.4068-5.6514
CIE-Lab91.9184-0.6262-10.6581

#dce9fc color RGB value is (220,233,252).

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

The process color (four color CMYK) of #dce9fc color hex is 0.13, 0.08, 0.00, 0.01. Web safe color of #dce9fc is #ccffff. Color #dce9fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101001 11111100
Octal 334 351 374
Decimal 220 233 252
Hex DC E9 FC

RGB Percentages of Color #dce9fc

%31.21
%33.05
%35.74

CMYK Percentages of Color #dce9fc

%13
%8
%0
%1

Triadic Colors of #dce9fc

#dce9fc #fcdce9 #e9fcdc

Analogous Colors of #dce9fc

#dce9fc #dfdcfc #dcf9fc

Monochromatic Colors of #dce9fc

#dce9fc

Complementary Color

#dce9fc #fcefdc

#dce9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce9fc Color CSS Codes

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

#dce9fc Text Font Color

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

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


#dce9fc Background Color

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

This div background color is #dce9fc


#dce9fc Border Color

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

This div border color is #dce9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce9fc


Comments

No comments written yet.

Please login to write comment.