Color Hex Logo

#dcedf0 Color Hex

#DCEDF0
(220,237,240)
0 Favorites   0 Comments

Color spaces of #dcedf0

RGB 220237240
HSL0.530.400.90
HSV189°94°
CMYK 0.080.010.00   0.06
XYZ75.527682.075394.2995
Yxy82.07530.29980.3258
Hunter Lab90.5954-9.73011.7027
CIE-Lab92.6081-5.0195-3.3843

#dcedf0 color RGB value is (220,237,240).

#dcedf0 hex color red value is 220, green value is 237 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #dcedf0 hue: 0.53 , saturation: 0.40 and the lightness value of dcedf0 is 0.90.

The process color (four color CMYK) of #dcedf0 color hex is 0.08, 0.01, 0.00, 0.06. Web safe color of #dcedf0 is #ccffff. Color #dcedf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 11110000
Octal 334 355 360
Decimal 220 237 240
Hex DC ED F0

RGB Percentages of Color #dcedf0

%31.56
%34.00
%34.43

CMYK Percentages of Color #dcedf0

%8
%1
%0
%6

Triadic Colors of #dcedf0

#dcedf0 #f0dced #edf0dc

Analogous Colors of #dcedf0

#dcedf0 #dce3f0 #dcf0e9

Monochromatic Colors of #dcedf0

#dcedf0

Complementary Color

#dcedf0 #f0dfdc

#dcedf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcedf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcedf0 Color CSS Codes

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

#dcedf0 Text Font Color

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

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


#dcedf0 Background Color

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

This div background color is #dcedf0


#dcedf0 Border Color

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

This div border color is #dcedf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcedf0


Comments

No comments written yet.

Please login to write comment.