Color Hex Logo

#dcfdaa Color Hex

#DCFDAA
(220,253,170)
0 Favorites   0 Comments

Color spaces of #dcfdaa

RGB 220253170
HSL0.230.950.83
HSV84°33°99°
CMYK 0.130.000.33   0.01
XYZ71.896288.368551.2977
Yxy88.36850.33980.4177
Hunter Lab94.0045-27.988233.4490
CIE-Lab95.3159-24.235636.3002

#dcfdaa color RGB value is (220,253,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111101 10101010
Octal 334 375 252
Decimal 220 253 170
Hex DC FD AA

RGB Percentages of Color #dcfdaa

%34.21
%39.35
%26.44

CMYK Percentages of Color #dcfdaa

%13
%0
%33
%1

Triadic Colors of #dcfdaa

#dcfdaa #aadcfd #fdaadc

Analogous Colors of #dcfdaa

#dcfdaa #b3fdaa #fdf5aa

Monochromatic Colors of #dcfdaa

#dcfdaa

Complementary Color

#dcfdaa #cbaafd

#dcfdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfdaa Color CSS Codes

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

#dcfdaa Text Font Color

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

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


#dcfdaa Background Color

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

This div background color is #dcfdaa


#dcfdaa Border Color

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

This div border color is #dcfdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfdaa


Comments

No comments written yet.

Please login to write comment.