Color Hex Logo

#dfe08e Color Hex

#DFE08E
(223,224,142)
0 Favorites   0 Comments

Color spaces of #dfe08e

RGB 223224142
HSL0.170.570.72
HSV61°37°88°
CMYK 0.000.000.37   0.12
XYZ61.969670.952336.0202
Yxy70.95230.36680.4200
Hunter Lab84.2332-16.087233.6094
CIE-Lab87.4618-12.395340.0602

#dfe08e color RGB value is (223,224,142).

#dfe08e hex color red value is 223, green value is 224 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dfe08e hue: 0.17 , saturation: 0.57 and the lightness value of dfe08e is 0.72.

The process color (four color CMYK) of #dfe08e color hex is 0.00, 0.00, 0.37, 0.12. Web safe color of #dfe08e is #cccc99. Color #dfe08e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100000 10001110
Octal 337 340 216
Decimal 223 224 142
Hex DF E0 8E

RGB Percentages of Color #dfe08e

%37.86
%38.03
%24.11

CMYK Percentages of Color #dfe08e

%0
%0
%37
%12

Triadic Colors of #dfe08e

#dfe08e #8edfe0 #e08edf

Analogous Colors of #dfe08e

#dfe08e #b6e08e #e0b88e

Monochromatic Colors of #dfe08e

#dfe08e

Complementary Color

#dfe08e #8f8ee0

#dfe08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe08e Color CSS Codes

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

#dfe08e Text Font Color

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

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


#dfe08e Background Color

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

This div background color is #dfe08e


#dfe08e Border Color

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

This div border color is #dfe08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe08e


Comments

No comments written yet.

Please login to write comment.