Color Hex Logo

#ddffaa Color Hex

#DDFFAA
(221,255,170)
2 Favorites   0 Comments

Color spaces of #ddffaa

RGB 221255170
HSL0.231.000.83
HSV84°33°100°
CMYK 0.130.000.33   0.00
XYZ72.834589.794451.5235
Yxy89.79440.34010.4193
Hunter Lab94.7599-28.630934.0944
CIE-Lab95.9114-24.829237.0989

#ddffaa color RGB value is (221,255,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111111 10101010
Octal 335 377 252
Decimal 221 255 170
Hex DD FF AA

RGB Percentages of Color #ddffaa

%34.21
%39.47
%26.32

CMYK Percentages of Color #ddffaa

%13
%0
%33
%0

Triadic Colors of #ddffaa

#ddffaa #aaddff #ffaadd

Analogous Colors of #ddffaa

#ddffaa #b3ffaa #fff7aa

Monochromatic Colors of #ddffaa

#ddffaa

Complementary Color

#ddffaa #ccaaff

#ddffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddffaa Color CSS Codes

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

#ddffaa Text Font Color

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

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


#ddffaa Background Color

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

This div background color is #ddffaa


#ddffaa Border Color

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

This div border color is #ddffaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddffaa

Related Colors


Comments

No comments written yet.

Please login to write comment.