Color Hex Logo

#dcf8cd Color Hex

#DCF8CD
(220,248,205)
0 Favorites   0 Comments

Color spaces of #dcf8cd

RGB 220248205
HSL0.280.750.89
HSV99°17°97°
CMYK 0.110.000.17   0.03
XYZ74.102086.758270.5980
Yxy86.75820.32020.3748
Hunter Lab93.1441-20.994120.2624
CIE-Lab94.6356-16.691117.6469

#dcf8cd color RGB value is (220,248,205).

#dcf8cd hex color red value is 220, green value is 248 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dcf8cd hue: 0.28 , saturation: 0.75 and the lightness value of dcf8cd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111000 11001101
Octal 334 370 315
Decimal 220 248 205
Hex DC F8 CD

RGB Percentages of Color #dcf8cd

%32.69
%36.85
%30.46

CMYK Percentages of Color #dcf8cd

%11
%0
%17
%3

Triadic Colors of #dcf8cd

#dcf8cd #cddcf8 #f8cddc

Analogous Colors of #dcf8cd

#dcf8cd #cdf8d4 #f2f8cd

Monochromatic Colors of #dcf8cd

#dcf8cd

Complementary Color

#dcf8cd #e9cdf8

#dcf8cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf8cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf8cd Color CSS Codes

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

#dcf8cd Text Font Color

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

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


#dcf8cd Background Color

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

This div background color is #dcf8cd


#dcf8cd Border Color

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

This div border color is #dcf8cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf8cd


Comments

No comments written yet.

Please login to write comment.