Color Hex Logo

#dce6fe Color Hex

#DCE6FE
(220,230,254)
0 Favorites   0 Comments

Color spaces of #dce6fe

RGB 220230254
HSL0.620.940.93
HSV222°13°100°
CMYK 0.130.090.00   0.00
XYZ75.701478.9650105.0178
Yxy78.96500.29150.3041
Hunter Lab88.8623-3.4455-7.8656
CIE-Lab91.21851.3253-12.7455

#dce6fe color RGB value is (220,230,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 11111110
Octal 334 346 376
Decimal 220 230 254
Hex DC E6 FE

RGB Percentages of Color #dce6fe

%31.25
%32.67
%36.08

CMYK Percentages of Color #dce6fe

%13
%9
%0
%0

Triadic Colors of #dce6fe

#dce6fe #fedce6 #e6fedc

Analogous Colors of #dce6fe

#dce6fe #e3dcfe #dcf7fe

Monochromatic Colors of #dce6fe

#dce6fe

Complementary Color

#dce6fe #fef4dc

#dce6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce6fe Color CSS Codes

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

#dce6fe Text Font Color

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

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


#dce6fe Background Color

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

This div background color is #dce6fe


#dce6fe Border Color

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

This div border color is #dce6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce6fe


Comments

No comments written yet.

Please login to write comment.