Color Hex Logo

#dcf7ed Color Hex

#DCF7ED
(220,247,237)
0 Favorites   0 Comments

Color spaces of #dcf7ed

RGB 220247237
HSL0.440.630.92
HSV158°11°97°
CMYK 0.110.000.04   0.03
XYZ78.062087.851692.9635
Yxy87.85160.30150.3394
Hunter Lab93.7292-15.36306.8048
CIE-Lab95.0984-10.63041.8140

#dcf7ed color RGB value is (220,247,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110111 11101101
Octal 334 367 355
Decimal 220 247 237
Hex DC F7 ED

RGB Percentages of Color #dcf7ed

%31.25
%35.09
%33.66

CMYK Percentages of Color #dcf7ed

%11
%0
%4
%3

Triadic Colors of #dcf7ed

#dcf7ed #eddcf7 #f7eddc

Analogous Colors of #dcf7ed

#dcf7ed #dcf4f7 #dcf7e0

Monochromatic Colors of #dcf7ed

#dcf7ed

Complementary Color

#dcf7ed #f7dce6

#dcf7ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf7ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf7ed Color CSS Codes

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

#dcf7ed Text Font Color

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

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


#dcf7ed Background Color

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

This div background color is #dcf7ed


#dcf7ed Border Color

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

This div border color is #dcf7ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf7ed


Comments

No comments written yet.

Please login to write comment.