Color Hex Logo

#ddfbaa Color Hex

#DDFBAA
(221,251,170)
0 Favorites   0 Comments

Color spaces of #ddfbaa

RGB 221251170
HSL0.230.910.83
HSV82°32°98°
CMYK 0.120.000.32   0.02
XYZ71.571787.268851.1025
Yxy87.26880.34090.4157
Hunter Lab93.4178-26.723932.9589
CIE-Lab94.8522-22.923435.6984

#ddfbaa color RGB value is (221,251,170).

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

The process color (four color CMYK) of #ddfbaa color hex is 0.12, 0.00, 0.32, 0.02. Web safe color of #ddfbaa is #ccff99. Color #ddfbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 10101010
Octal 335 373 252
Decimal 221 251 170
Hex DD FB AA

RGB Percentages of Color #ddfbaa

%34.42
%39.10
%26.48

CMYK Percentages of Color #ddfbaa

%12
%0
%32
%2

Triadic Colors of #ddfbaa

#ddfbaa #aaddfb #fbaadd

Analogous Colors of #ddfbaa

#ddfbaa #b5fbaa #fbf1aa

Monochromatic Colors of #ddfbaa

#ddfbaa

Complementary Color

#ddfbaa #c8aafb

#ddfbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfbaa Color CSS Codes

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

#ddfbaa Text Font Color

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

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


#ddfbaa Background Color

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

This div background color is #ddfbaa


#ddfbaa Border Color

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

This div border color is #ddfbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfbaa


Comments

No comments written yet.

Please login to write comment.