Color Hex Logo

#dce3fa Color Hex

#DCE3FA
(220,227,250)
0 Favorites   0 Comments

Color spaces of #dce3fa

RGB 220227250
HSL0.630.750.92
HSV226°12°98°
CMYK 0.120.090.00   0.02
XYZ74.239677.0559101.4029
Yxy77.05590.29380.3049
Hunter Lab87.7815-2.6545-7.0432
CIE-Lab90.34732.0774-11.9535

#dce3fa color RGB value is (220,227,250).

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

The process color (four color CMYK) of #dce3fa color hex is 0.12, 0.09, 0.00, 0.02. Web safe color of #dce3fa is #ccccff. Color #dce3fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100011 11111010
Octal 334 343 372
Decimal 220 227 250
Hex DC E3 FA

RGB Percentages of Color #dce3fa

%31.56
%32.57
%35.87

CMYK Percentages of Color #dce3fa

%12
%9
%0
%2

Triadic Colors of #dce3fa

#dce3fa #fadce3 #e3fadc

Analogous Colors of #dce3fa

#dce3fa #e4dcfa #dcf2fa

Monochromatic Colors of #dce3fa

#dce3fa

Complementary Color

#dce3fa #faf3dc

#dce3fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce3fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce3fa Color CSS Codes

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

#dce3fa Text Font Color

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

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


#dce3fa Background Color

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

This div background color is #dce3fa


#dce3fa Border Color

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

This div border color is #dce3fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce3fa


Comments

No comments written yet.

Please login to write comment.