Color Hex Logo

#dfe49e Color Hex

#DFE49E
(223,228,158)
0 Favorites   0 Comments

Color spaces of #dfe49e

RGB 223228158
HSL0.180.560.76
HSV64°31°89°
CMYK 0.020.000.31   0.11
XYZ64.346473.643443.1709
Yxy73.64340.35520.4065
Hunter Lab85.8157-16.334630.2443
CIE-Lab88.7537-12.490033.6810

#dfe49e color RGB value is (223,228,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100100 10011110
Octal 337 344 236
Decimal 223 228 158
Hex DF E4 9E

RGB Percentages of Color #dfe49e

%36.62
%37.44
%25.94

CMYK Percentages of Color #dfe49e

%2
%0
%31
%11

Triadic Colors of #dfe49e

#dfe49e #9edfe4 #e49edf

Analogous Colors of #dfe49e

#dfe49e #bce49e #e4c69e

Monochromatic Colors of #dfe49e

#dfe49e

Complementary Color

#dfe49e #a39ee4

#dfe49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe49e Color CSS Codes

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

#dfe49e Text Font Color

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

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


#dfe49e Background Color

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

This div background color is #dfe49e


#dfe49e Border Color

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

This div border color is #dfe49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe49e


Comments

No comments written yet.

Please login to write comment.