Color Hex Logo

#dffeaa Color Hex

#DFFEAA
(223,254,170)
0 Favorites   0 Comments

Color spaces of #dffeaa

RGB 223254170
HSL0.230.980.83
HSV82°33°100°
CMYK 0.120.000.33   0.00
XYZ73.128989.473951.4461
Yxy89.47390.34160.4180
Hunter Lab94.5906-27.533633.9667
CIE-Lab95.7781-23.639036.9472

#dffeaa color RGB value is (223,254,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 10101010
Octal 337 376 252
Decimal 223 254 170
Hex DF FE AA

RGB Percentages of Color #dffeaa

%34.47
%39.26
%26.28

CMYK Percentages of Color #dffeaa

%12
%0
%33
%0

Triadic Colors of #dffeaa

#dffeaa #aadffe #feaadf

Analogous Colors of #dffeaa

#dffeaa #b5feaa #fef3aa

Monochromatic Colors of #dffeaa

#dffeaa

Complementary Color

#dffeaa #c9aafe

#dffeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffeaa Color CSS Codes

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

#dffeaa Text Font Color

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

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


#dffeaa Background Color

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

This div background color is #dffeaa


#dffeaa Border Color

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

This div border color is #dffeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffeaa

Related Colors


Comments

No comments written yet.

Please login to write comment.