Color Hex Logo

#dfe4aa Color Hex

#DFE4AA
(223,228,170)
0 Favorites   0 Comments

Color spaces of #dfe4aa

RGB 223228170
HSL0.180.520.78
HSV65°25°89°
CMYK 0.020.000.25   0.11
XYZ65.430574.077148.8800
Yxy74.07710.34730.3932
Hunter Lab86.0681-14.920126.5755
CIE-Lab88.9589-10.922727.8242

#dfe4aa color RGB value is (223,228,170).

#dfe4aa hex color red value is 223, green value is 228 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dfe4aa hue: 0.18 , saturation: 0.52 and the lightness value of dfe4aa is 0.78.

The process color (four color CMYK) of #dfe4aa color hex is 0.02, 0.00, 0.25, 0.11. Web safe color of #dfe4aa is #cccc99. Color #dfe4aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100100 10101010
Octal 337 344 252
Decimal 223 228 170
Hex DF E4 AA

RGB Percentages of Color #dfe4aa

%35.91
%36.71
%27.38

CMYK Percentages of Color #dfe4aa

%2
%0
%25
%11

Triadic Colors of #dfe4aa

#dfe4aa #aadfe4 #e4aadf

Analogous Colors of #dfe4aa

#dfe4aa #c2e4aa #e4ccaa

Monochromatic Colors of #dfe4aa

#dfe4aa

Complementary Color

#dfe4aa #afaae4

#dfe4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe4aa Color CSS Codes

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

#dfe4aa Text Font Color

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

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


#dfe4aa Background Color

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

This div background color is #dfe4aa


#dfe4aa Border Color

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

This div border color is #dfe4aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe4aa


Comments

No comments written yet.

Please login to write comment.