Color Hex Logo

#dcf9de Color Hex

#DCF9DE
(220,249,222)
0 Favorites   0 Comments

Color spaces of #dcf9de

RGB 220249222
HSL0.340.710.92
HSV124°12°98°
CMYK 0.120.000.11   0.02
XYZ76.575788.240982.1035
Yxy88.24090.31010.3574
Hunter Lab93.9366-18.878613.9344
CIE-Lab95.2623-14.32769.7928

#dcf9de color RGB value is (220,249,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 11011110
Octal 334 371 336
Decimal 220 249 222
Hex DC F9 DE

RGB Percentages of Color #dcf9de

%31.84
%36.03
%32.13

CMYK Percentages of Color #dcf9de

%12
%0
%11
%2

Triadic Colors of #dcf9de

#dcf9de #dedcf9 #f9dedc

Analogous Colors of #dcf9de

#dcf9de #dcf9ed #e9f9dc

Monochromatic Colors of #dcf9de

#dcf9de

Complementary Color

#dcf9de #f9dcf7

#dcf9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf9de Color CSS Codes

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

#dcf9de Text Font Color

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

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


#dcf9de Background Color

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

This div background color is #dcf9de


#dcf9de Border Color

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

This div border color is #dcf9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf9de


Comments

No comments written yet.

Please login to write comment.