Color Hex Logo

#dfedaa Color Hex

#DFEDAA
(223,237,170)
0 Favorites   0 Comments

Color spaces of #dfedaa

RGB 223237170
HSL0.200.650.80
HSV73°28°93°
CMYK 0.060.000.28   0.07
XYZ67.971379.158649.7269
Yxy79.15860.34530.4021
Hunter Lab88.9711-19.330729.1420
CIE-Lab91.3060-15.397330.9915

#dfedaa color RGB value is (223,237,170).

#dfedaa hex color red value is 223, green value is 237 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dfedaa hue: 0.20 , saturation: 0.65 and the lightness value of dfedaa is 0.80.

The process color (four color CMYK) of #dfedaa color hex is 0.06, 0.00, 0.28, 0.07. Web safe color of #dfedaa is #ccff99. Color #dfedaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101101 10101010
Octal 337 355 252
Decimal 223 237 170
Hex DF ED AA

RGB Percentages of Color #dfedaa

%35.40
%37.62
%26.98

CMYK Percentages of Color #dfedaa

%6
%0
%28
%7

Triadic Colors of #dfedaa

#dfedaa #aadfed #edaadf

Analogous Colors of #dfedaa

#dfedaa #beedaa #eddaaa

Monochromatic Colors of #dfedaa

#dfedaa

Complementary Color

#dfedaa #b8aaed

#dfedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfedaa Color CSS Codes

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

#dfedaa Text Font Color

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

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


#dfedaa Background Color

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

This div background color is #dfedaa


#dfedaa Border Color

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

This div border color is #dfedaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfedaa


Comments

No comments written yet.

Please login to write comment.