Color Hex Logo

#ddfcaa Color Hex

#DDFCAA
(221,252,170)
0 Favorites   0 Comments

Color spaces of #ddfcaa

RGB 221252170
HSL0.230.930.83
HSV83°33°99°
CMYK 0.120.000.33   0.01
XYZ71.884987.895251.2070
Yxy87.89520.34070.4166
Hunter Lab93.7524-27.201533.2429
CIE-Lab95.1168-23.401336.0487

#ddfcaa color RGB value is (221,252,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 10101010
Octal 335 374 252
Decimal 221 252 170
Hex DD FC AA

RGB Percentages of Color #ddfcaa

%34.37
%39.19
%26.44

CMYK Percentages of Color #ddfcaa

%12
%0
%33
%1

Triadic Colors of #ddfcaa

#ddfcaa #aaddfc #fcaadd

Analogous Colors of #ddfcaa

#ddfcaa #b4fcaa #fcf2aa

Monochromatic Colors of #ddfcaa

#ddfcaa

Complementary Color

#ddfcaa #c9aafc

#ddfcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfcaa Color CSS Codes

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

#ddfcaa Text Font Color

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

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


#ddfcaa Background Color

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

This div background color is #ddfcaa


#ddfcaa Border Color

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

This div border color is #ddfcaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,252,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 #ddfcaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfcaa

Related Colors


Comments

No comments written yet.

Please login to write comment.