Color Hex Logo

#dce6fa Color Hex

#DCE6FA
(220,230,250)
0 Favorites   0 Comments

Color spaces of #dce6fa

RGB 220230250
HSL0.610.750.92
HSV220°12°98°
CMYK 0.120.080.00   0.02
XYZ75.067378.7114101.6788
Yxy78.71140.29390.3081
Hunter Lab88.7194-4.2266-5.8469
CIE-Lab91.10360.5228-10.8267

#dce6fa color RGB value is (220,230,250).

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

The process color (four color CMYK) of #dce6fa color hex is 0.12, 0.08, 0.00, 0.02. Web safe color of #dce6fa is #ccffff. Color #dce6fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 11111010
Octal 334 346 372
Decimal 220 230 250
Hex DC E6 FA

RGB Percentages of Color #dce6fa

%31.43
%32.86
%35.71

CMYK Percentages of Color #dce6fa

%12
%8
%0
%2

Triadic Colors of #dce6fa

#dce6fa #fadce6 #e6fadc

Analogous Colors of #dce6fa

#dce6fa #e1dcfa #dcf5fa

Monochromatic Colors of #dce6fa

#dce6fa

Complementary Color

#dce6fa #faf0dc

#dce6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce6fa Color CSS Codes

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

#dce6fa Text Font Color

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

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


#dce6fa Background Color

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

This div background color is #dce6fa


#dce6fa Border Color

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

This div border color is #dce6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce6fa


Comments

No comments written yet.

Please login to write comment.