Color Hex Logo

#dfeaa5 Color Hex

#DFEAA5
(223,234,165)
0 Favorites   0 Comments

Color spaces of #dfeaa5

RGB 223234165
HSL0.190.620.78
HSV70°29°92°
CMYK 0.050.000.29   0.08
XYZ66.645877.250246.9955
Yxy77.25020.34910.4047
Hunter Lab87.8921-18.460229.8224
CIE-Lab90.4366-14.575732.3659

#dfeaa5 color RGB value is (223,234,165).

#dfeaa5 hex color red value is 223, green value is 234 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #dfeaa5 hue: 0.19 , saturation: 0.62 and the lightness value of dfeaa5 is 0.78.

The process color (four color CMYK) of #dfeaa5 color hex is 0.05, 0.00, 0.29, 0.08. Web safe color of #dfeaa5 is #ccff99. Color #dfeaa5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101010 10100101
Octal 337 352 245
Decimal 223 234 165
Hex DF EA A5

RGB Percentages of Color #dfeaa5

%35.85
%37.62
%26.53

CMYK Percentages of Color #dfeaa5

%5
%0
%29
%8

Triadic Colors of #dfeaa5

#dfeaa5 #a5dfea #eaa5df

Analogous Colors of #dfeaa5

#dfeaa5 #bdeaa5 #ead3a5

Monochromatic Colors of #dfeaa5

#dfeaa5

Complementary Color

#dfeaa5 #b0a5ea

#dfeaa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeaa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeaa5 Color CSS Codes

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

#dfeaa5 Text Font Color

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

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


#dfeaa5 Background Color

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

This div background color is #dfeaa5


#dfeaa5 Border Color

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

This div border color is #dfeaa5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,234,165, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfeaa5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeaa5

#dfeaa5 Color Palettes


Comments

No comments written yet.

Please login to write comment.