Color Hex Logo

#dce3fc Color Hex

#DCE3FC
(220,227,252)
0 Favorites   0 Comments

Color spaces of #dce3fc

RGB 220227252
HSL0.630.840.93
HSV227°13°99°
CMYK 0.130.100.00   0.01
XYZ74.555077.1821103.0636
Yxy77.18210.29260.3029
Hunter Lab87.8533-2.2629-8.0577
CIE-Lab90.40542.4785-12.9140

#dce3fc color RGB value is (220,227,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100011 11111100
Octal 334 343 374
Decimal 220 227 252
Hex DC E3 FC

RGB Percentages of Color #dce3fc

%31.47
%32.47
%36.05

CMYK Percentages of Color #dce3fc

%13
%10
%0
%1

Triadic Colors of #dce3fc

#dce3fc #fcdce3 #e3fcdc

Analogous Colors of #dce3fc

#dce3fc #e5dcfc #dcf3fc

Monochromatic Colors of #dce3fc

#dce3fc

Complementary Color

#dce3fc #fcf5dc

#dce3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce3fc Color CSS Codes

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

#dce3fc Text Font Color

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

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


#dce3fc Background Color

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

This div background color is #dce3fc


#dce3fc Border Color

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

This div border color is #dce3fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce3fc

#dce3fc Color Palettes


Comments

No comments written yet.

Please login to write comment.