Color Hex Logo

#dfffaa Color Hex

#DFFFAA
(223,255,170)
0 Favorites   0 Comments

Color spaces of #dfffaa

RGB 223255170
HSL0.231.000.83
HSV83°33°100°
CMYK 0.130.000.33   0.00
XYZ73.447190.110351.5522
Yxy90.11030.34140.4189
Hunter Lab94.9264-28.011134.2496
CIE-Lab96.0425-24.115037.2960

#dfffaa color RGB value is (223,255,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111111 10101010
Octal 337 377 252
Decimal 223 255 170
Hex DF FF AA

RGB Percentages of Color #dfffaa

%34.41
%39.35
%26.23

CMYK Percentages of Color #dfffaa

%13
%0
%33
%0

Triadic Colors of #dfffaa

#dfffaa #aadfff #ffaadf

Analogous Colors of #dfffaa

#dfffaa #b5ffaa #fff5aa

Monochromatic Colors of #dfffaa

#dfffaa

Complementary Color

#dfffaa #caaaff

#dfffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfffaa Color CSS Codes

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

#dfffaa Text Font Color

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

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


#dfffaa Background Color

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

This div background color is #dfffaa


#dfffaa Border Color

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

This div border color is #dfffaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfffaa

Related Colors


Comments

No comments written yet.

Please login to write comment.