Color Hex Logo

#dcf5ec Color Hex

#DCF5EC
(220,245,236)
0 Favorites   0 Comments

Color spaces of #dcf5ec

RGB 220245236
HSL0.440.560.91
HSV158°10°96°
CMYK 0.100.000.04   0.04
XYZ77.307986.576691.9933
Yxy86.57660.30210.3384
Hunter Lab93.0465-14.52446.5137
CIE-Lab94.5583-9.81521.5452

#dcf5ec color RGB value is (220,245,236).

#dcf5ec hex color red value is 220, green value is 245 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dcf5ec hue: 0.44 , saturation: 0.56 and the lightness value of dcf5ec is 0.91.

The process color (four color CMYK) of #dcf5ec color hex is 0.10, 0.00, 0.04, 0.04. Web safe color of #dcf5ec is #ccffff. Color #dcf5ec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110101 11101100
Octal 334 365 354
Decimal 220 245 236
Hex DC F5 EC

RGB Percentages of Color #dcf5ec

%31.38
%34.95
%33.67

CMYK Percentages of Color #dcf5ec

%10
%0
%4
%4

Triadic Colors of #dcf5ec

#dcf5ec #ecdcf5 #f5ecdc

Analogous Colors of #dcf5ec

#dcf5ec #dcf2f5 #dcf5e0

Monochromatic Colors of #dcf5ec

#dcf5ec

Complementary Color

#dcf5ec #f5dce5

#dcf5ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf5ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf5ec Color CSS Codes

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

#dcf5ec Text Font Color

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

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


#dcf5ec Background Color

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

This div background color is #dcf5ec


#dcf5ec Border Color

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

This div border color is #dcf5ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,245,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 #dcf5ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf5ec

Related Colors


Comments

No comments written yet.

Please login to write comment.