Color Hex Logo

#dcecf7 Color Hex

#DCECF7
(220,236,247)
0 Favorites   0 Comments

Color spaces of #dcecf7

RGB 220236247
HSL0.570.630.92
HSV204°11°97°
CMYK 0.110.040.00   0.03
XYZ76.299281.921999.7868
Yxy81.92190.29570.3175
Hunter Lab90.5107-7.9209-2.0089
CIE-Lab92.5404-3.1559-7.1293

#dcecf7 color RGB value is (220,236,247).

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

The process color (four color CMYK) of #dcecf7 color hex is 0.11, 0.04, 0.00, 0.03. Web safe color of #dcecf7 is #ccffff. Color #dcecf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101100 11110111
Octal 334 354 367
Decimal 220 236 247
Hex DC EC F7

RGB Percentages of Color #dcecf7

%31.29
%33.57
%35.14

CMYK Percentages of Color #dcecf7

%11
%4
%0
%3

Triadic Colors of #dcecf7

#dcecf7 #f7dcec #ecf7dc

Analogous Colors of #dcecf7

#dcecf7 #dcdff7 #dcf7f5

Monochromatic Colors of #dcecf7

#dcecf7

Complementary Color

#dcecf7 #f7e7dc

#dcecf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcecf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcecf7 Color CSS Codes

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

#dcecf7 Text Font Color

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

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


#dcecf7 Background Color

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

This div background color is #dcecf7


#dcecf7 Border Color

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

This div border color is #dcecf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcecf7


Comments

No comments written yet.

Please login to write comment.