Color Hex Logo

#dce5fc Color Hex

#DCE5FC
(220,229,252)
0 Favorites   0 Comments

Color spaces of #dce5fc

RGB 220229252
HSL0.620.840.93
HSV223°13°99°
CMYK 0.130.090.00   0.01
XYZ75.105278.2825103.2470
Yxy78.28250.29270.3050
Hunter Lab88.4774-3.3134-7.2531
CIE-Lab90.90871.4407-12.1626

#dce5fc color RGB value is (220,229,252).

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

The process color (four color CMYK) of #dce5fc color hex is 0.13, 0.09, 0.00, 0.01. Web safe color of #dce5fc is #ccccff. Color #dce5fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100101 11111100
Octal 334 345 374
Decimal 220 229 252
Hex DC E5 FC

RGB Percentages of Color #dce5fc

%31.38
%32.67
%35.95

CMYK Percentages of Color #dce5fc

%13
%9
%0
%1

Triadic Colors of #dce5fc

#dce5fc #fcdce5 #e5fcdc

Analogous Colors of #dce5fc

#dce5fc #e3dcfc #dcf5fc

Monochromatic Colors of #dce5fc

#dce5fc

Complementary Color

#dce5fc #fcf3dc

#dce5fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce5fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce5fc Color CSS Codes

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

#dce5fc Text Font Color

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

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


#dce5fc Background Color

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

This div background color is #dce5fc


#dce5fc Border Color

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

This div border color is #dce5fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce5fc


Comments

No comments written yet.

Please login to write comment.