Color Hex Logo

#dcf9dd Color Hex

#DCF9DD
(220,249,221)
0 Favorites   0 Comments

Color spaces of #dcf9dd

RGB 220249221
HSL0.340.710.92
HSV122°12°98°
CMYK 0.120.000.11   0.02
XYZ76.442088.187581.3996
Yxy88.18750.31070.3584
Hunter Lab93.9082-19.039014.3432
CIE-Lab95.2398-14.501810.2758

#dcf9dd color RGB value is (220,249,221).

#dcf9dd hex color red value is 220, green value is 249 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dcf9dd hue: 0.34 , saturation: 0.71 and the lightness value of dcf9dd is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 11011101
Octal 334 371 335
Decimal 220 249 221
Hex DC F9 DD

RGB Percentages of Color #dcf9dd

%31.88
%36.09
%32.03

CMYK Percentages of Color #dcf9dd

%12
%0
%11
%2

Triadic Colors of #dcf9dd

#dcf9dd #dddcf9 #f9dddc

Analogous Colors of #dcf9dd

#dcf9dd #dcf9ec #eaf9dc

Monochromatic Colors of #dcf9dd

#dcf9dd

Complementary Color

#dcf9dd #f9dcf8

#dcf9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf9dd Color CSS Codes

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

#dcf9dd Text Font Color

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

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


#dcf9dd Background Color

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

This div background color is #dcf9dd


#dcf9dd Border Color

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

This div border color is #dcf9dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf9dd


Comments

No comments written yet.

Please login to write comment.