Color Hex Logo

#dcedfa Color Hex

#DCEDFA
(220,237,250)
0 Favorites   0 Comments

Color spaces of #dcedfa

RGB 220237250
HSL0.570.750.92
HSV206°12°98°
CMYK 0.120.050.00   0.02
XYZ77.054782.6861102.3413
Yxy82.68610.29400.3155
Hunter Lab90.9319-7.8719-3.0769
CIE-Lab92.8768-3.0774-8.1930

#dcedfa color RGB value is (220,237,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 11111010
Octal 334 355 372
Decimal 220 237 250
Hex DC ED FA

RGB Percentages of Color #dcedfa

%31.12
%33.52
%35.36

CMYK Percentages of Color #dcedfa

%12
%5
%0
%2

Triadic Colors of #dcedfa

#dcedfa #fadced #edfadc

Analogous Colors of #dcedfa

#dcedfa #dcdefa #dcfaf8

Monochromatic Colors of #dcedfa

#dcedfa

Complementary Color

#dcedfa #fae9dc

#dcedfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcedfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcedfa Color CSS Codes

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

#dcedfa Text Font Color

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

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


#dcedfa Background Color

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

This div background color is #dcedfa


#dcedfa Border Color

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

This div border color is #dcedfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcedfa


Comments

No comments written yet.

Please login to write comment.