Color Hex Logo

#dcf4ed Color Hex

#DCF4ED
(220,244,237)
0 Favorites   0 Comments

Color spaces of #dcf4ed

RGB 220244237
HSL0.450.520.91
HSV163°10°96°
CMYK 0.100.000.03   0.04
XYZ77.151986.031492.6602
Yxy86.03140.30160.3363
Hunter Lab92.7531-13.84195.6966
CIE-Lab94.3258-9.12690.6884

#dcf4ed color RGB value is (220,244,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110100 11101101
Octal 334 364 355
Decimal 220 244 237
Hex DC F4 ED

RGB Percentages of Color #dcf4ed

%31.38
%34.81
%33.81

CMYK Percentages of Color #dcf4ed

%10
%0
%3
%4

Triadic Colors of #dcf4ed

#dcf4ed #eddcf4 #f4eddc

Analogous Colors of #dcf4ed

#dcf4ed #dceff4 #dcf4e1

Monochromatic Colors of #dcf4ed

#dcf4ed

Complementary Color

#dcf4ed #f4dce3

#dcf4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf4ed Color CSS Codes

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

#dcf4ed Text Font Color

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

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


#dcf4ed Background Color

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

This div background color is #dcf4ed


#dcf4ed Border Color

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

This div border color is #dcf4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf4ed


Comments

No comments written yet.

Please login to write comment.