Color Hex Logo

#dffaaa Color Hex

#DFFAAA
(223,250,170)
0 Favorites   0 Comments

Color spaces of #dffaaa

RGB 223250170
HSL0.220.890.82
HSV80°32°98°
CMYK 0.110.000.32   0.02
XYZ71.872786.961551.0274
Yxy86.96150.34250.4144
Hunter Lab93.2532-25.618332.8342
CIE-Lab94.7219-21.725135.5499

#dffaaa color RGB value is (223,250,170).

#dffaaa hex color red value is 223, green value is 250 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dffaaa hue: 0.22 , saturation: 0.89 and the lightness value of dffaaa is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 10101010
Octal 337 372 252
Decimal 223 250 170
Hex DF FA AA

RGB Percentages of Color #dffaaa

%34.68
%38.88
%26.44

CMYK Percentages of Color #dffaaa

%11
%0
%32
%2

Triadic Colors of #dffaaa

#dffaaa #aadffa #faaadf

Analogous Colors of #dffaaa

#dffaaa #b7faaa #faedaa

Monochromatic Colors of #dffaaa

#dffaaa

Complementary Color

#dffaaa #c5aafa

#dffaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffaaa Color CSS Codes

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

#dffaaa Text Font Color

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

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


#dffaaa Background Color

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

This div background color is #dffaaa


#dffaaa Border Color

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

This div border color is #dffaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffaaa


Comments

No comments written yet.

Please login to write comment.