Color Hex Logo

#dcecff Color Hex

#DCECFF
(220,236,255)
0 Favorites   0 Comments

Color spaces of #dcecff

RGB 220236255
HSL0.591.000.93
HSV213°14°100°
CMYK 0.140.070.00   0.00
XYZ77.560782.4265106.4298
Yxy82.42650.29110.3094
Hunter Lab90.7890-6.3890-5.9519
CIE-Lab92.7628-1.5675-10.9645

#dcecff color RGB value is (220,236,255).

#dcecff hex color red value is 220, green value is 236 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dcecff hue: 0.59 , saturation: 1.00 and the lightness value of dcecff is 0.93.

The process color (four color CMYK) of #dcecff color hex is 0.14, 0.07, 0.00, 0.00. Web safe color of #dcecff is #ccffff. Color #dcecff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101100 11111111
Octal 334 354 377
Decimal 220 236 255
Hex DC EC FF

RGB Percentages of Color #dcecff

%30.94
%33.19
%35.86

CMYK Percentages of Color #dcecff

%14
%7
%0
%0

Triadic Colors of #dcecff

#dcecff #ffdcec #ecffdc

Analogous Colors of #dcecff

#dcecff #dedcff #dcfeff

Monochromatic Colors of #dcecff

#dcecff

Complementary Color

#dcecff #ffefdc

#dcecff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcecff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcecff Color CSS Codes

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

#dcecff Text Font Color

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

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


#dcecff Background Color

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

This div background color is #dcecff


#dcecff Border Color

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

This div border color is #dcecff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcecff


Comments

No comments written yet.

Please login to write comment.