Color Hex Logo

#dcf8ec Color Hex

#DCF8EC
(220,248,236)
0 Favorites   0 Comments

Color spaces of #dcf8ec

RGB 220248236
HSL0.430.670.92
HSV154°11°97°
CMYK 0.110.000.05   0.03
XYZ78.222988.406692.2983
Yxy88.40660.30210.3414
Hunter Lab94.0248-16.04227.6160
CIE-Lab95.3319-11.31532.6702

#dcf8ec color RGB value is (220,248,236).

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

The process color (four color CMYK) of #dcf8ec color hex is 0.11, 0.00, 0.05, 0.03. Web safe color of #dcf8ec is #ccffff. Color #dcf8ec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111000 11101100
Octal 334 370 354
Decimal 220 248 236
Hex DC F8 EC

RGB Percentages of Color #dcf8ec

%31.25
%35.23
%33.52

CMYK Percentages of Color #dcf8ec

%11
%0
%5
%3

Triadic Colors of #dcf8ec

#dcf8ec #ecdcf8 #f8ecdc

Analogous Colors of #dcf8ec

#dcf8ec #dcf6f8 #dcf8de

Monochromatic Colors of #dcf8ec

#dcf8ec

Complementary Color

#dcf8ec #f8dce8

#dcf8ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf8ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf8ec Color CSS Codes

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

#dcf8ec Text Font Color

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

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


#dcf8ec Background Color

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

This div background color is #dcf8ec


#dcf8ec Border Color

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

This div border color is #dcf8ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf8ec


Comments

No comments written yet.

Please login to write comment.