Color Hex Logo

#dcf8df Color Hex

#DCF8DF
(220,248,223)
0 Favorites   0 Comments

Color spaces of #dcf8df

RGB 220248223
HSL0.350.670.92
HSV126°11°97°
CMYK 0.110.000.10   0.03
XYZ76.401987.678282.7088
Yxy87.67820.30960.3553
Hunter Lab93.6366-18.218813.1751
CIE-Lab95.0253-13.65838.9379

#dcf8df color RGB value is (220,248,223).

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

The process color (four color CMYK) of #dcf8df color hex is 0.11, 0.00, 0.10, 0.03. Web safe color of #dcf8df is #ccffcc. Color #dcf8df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111000 11011111
Octal 334 370 337
Decimal 220 248 223
Hex DC F8 DF

RGB Percentages of Color #dcf8df

%31.84
%35.89
%32.27

CMYK Percentages of Color #dcf8df

%11
%0
%10
%3

Triadic Colors of #dcf8df

#dcf8df #dfdcf8 #f8dfdc

Analogous Colors of #dcf8df

#dcf8df #dcf8ed #e7f8dc

Monochromatic Colors of #dcf8df

#dcf8df

Complementary Color

#dcf8df #f8dcf5

#dcf8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf8df Color CSS Codes

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

#dcf8df Text Font Color

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

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


#dcf8df Background Color

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

This div background color is #dcf8df


#dcf8df Border Color

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

This div border color is #dcf8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf8df


Comments

No comments written yet.

Please login to write comment.