Color Hex Logo

#dcfda9 Color Hex

#DCFDA9
(220,253,169)
0 Favorites   0 Comments

Color spaces of #dcfda9

RGB 220253169
HSL0.230.950.83
HSV84°33°99°
CMYK 0.130.000.33   0.01
XYZ71.801988.330850.8013
Yxy88.33080.34040.4188
Hunter Lab93.9845-28.103133.7412
CIE-Lab95.3001-24.366636.7765

#dcfda9 color RGB value is (220,253,169).

#dcfda9 hex color red value is 220, green value is 253 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #dcfda9 hue: 0.23 , saturation: 0.95 and the lightness value of dcfda9 is 0.83.

The process color (four color CMYK) of #dcfda9 color hex is 0.13, 0.00, 0.33, 0.01. Web safe color of #dcfda9 is #ccff99. Color #dcfda9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111101 10101001
Octal 334 375 251
Decimal 220 253 169
Hex DC FD A9

RGB Percentages of Color #dcfda9

%34.27
%39.41
%26.32

CMYK Percentages of Color #dcfda9

%13
%0
%33
%1

Triadic Colors of #dcfda9

#dcfda9 #a9dcfd #fda9dc

Analogous Colors of #dcfda9

#dcfda9 #b2fda9 #fdf4a9

Monochromatic Colors of #dcfda9

#dcfda9

Complementary Color

#dcfda9 #caa9fd

#dcfda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfda9 Color CSS Codes

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

#dcfda9 Text Font Color

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

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


#dcfda9 Background Color

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

This div background color is #dcfda9


#dcfda9 Border Color

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

This div border color is #dcfda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfda9


Comments

No comments written yet.

Please login to write comment.