Color Hex Logo

#dcedef Color Hex

#DCEDEF
(220,237,239)
0 Favorites   0 Comments

Color spaces of #dcedef

RGB 220237239
HSL0.520.370.90
HSV186°94°
CMYK 0.080.010.00   0.06
XYZ75.379482.016093.5191
Yxy82.01600.30040.3269
Hunter Lab90.5627-9.91112.1684
CIE-Lab92.5819-5.2098-2.9020

#dcedef color RGB value is (220,237,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 11101111
Octal 334 355 357
Decimal 220 237 239
Hex DC ED EF

RGB Percentages of Color #dcedef

%31.61
%34.05
%34.34

CMYK Percentages of Color #dcedef

%8
%1
%0
%6

Triadic Colors of #dcedef

#dcedef #efdced #edefdc

Analogous Colors of #dcedef

#dcedef #dce4ef #dcefe8

Monochromatic Colors of #dcedef

#dcedef

Complementary Color

#dcedef #efdedc

#dcedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcedef Color CSS Codes

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

#dcedef Text Font Color

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

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


#dcedef Background Color

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

This div background color is #dcedef


#dcedef Border Color

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

This div border color is #dcedef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcedef


Comments

No comments written yet.

Please login to write comment.