Color Hex Logo

#dcf8da Color Hex

#DCF8DA
(220,248,218)
0 Favorites   0 Comments

Color spaces of #dcf8da

RGB 220248218
HSL0.320.680.91
HSV116°12°97°
CMYK 0.110.000.12   0.03
XYZ75.737587.412479.2102
Yxy87.41240.31250.3607
Hunter Lab93.4946-19.017415.2147
CIE-Lab94.9130-14.525711.3545

#dcf8da color RGB value is (220,248,218).

#dcf8da hex color red value is 220, green value is 248 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dcf8da hue: 0.32 , saturation: 0.68 and the lightness value of dcf8da is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111000 11011010
Octal 334 370 332
Decimal 220 248 218
Hex DC F8 DA

RGB Percentages of Color #dcf8da

%32.07
%36.15
%31.78

CMYK Percentages of Color #dcf8da

%11
%0
%12
%3

Triadic Colors of #dcf8da

#dcf8da #dadcf8 #f8dadc

Analogous Colors of #dcf8da

#dcf8da #daf8e7 #ebf8da

Monochromatic Colors of #dcf8da

#dcf8da

Complementary Color

#dcf8da #f6daf8

#dcf8da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf8da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf8da Color CSS Codes

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

#dcf8da Text Font Color

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

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


#dcf8da Background Color

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

This div background color is #dcf8da


#dcf8da Border Color

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

This div border color is #dcf8da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf8da


Comments

No comments written yet.

Please login to write comment.