Color Hex Logo

#dfe88e Color Hex

#DFE88E
(223,232,142)
0 Favorites   0 Comments

Color spaces of #dfe88e

RGB 223232142
HSL0.180.660.73
HSV66°39°91°
CMYK 0.040.000.39   0.09
XYZ64.170575.354236.7539
Yxy75.35420.36400.4275
Hunter Lab86.8068-19.958735.6614
CIE-Lab89.5586-16.360142.7426

#dfe88e color RGB value is (223,232,142).

#dfe88e hex color red value is 223, green value is 232 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dfe88e hue: 0.18 , saturation: 0.66 and the lightness value of dfe88e is 0.73.

The process color (four color CMYK) of #dfe88e color hex is 0.04, 0.00, 0.39, 0.09. Web safe color of #dfe88e is #ccff99. Color #dfe88e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101000 10001110
Octal 337 350 216
Decimal 223 232 142
Hex DF E8 8E

RGB Percentages of Color #dfe88e

%37.35
%38.86
%23.79

CMYK Percentages of Color #dfe88e

%4
%0
%39
%9

Triadic Colors of #dfe88e

#dfe88e #8edfe8 #e88edf

Analogous Colors of #dfe88e

#dfe88e #b2e88e #e8c48e

Monochromatic Colors of #dfe88e

#dfe88e

Complementary Color

#dfe88e #978ee8

#dfe88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe88e Color CSS Codes

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

#dfe88e Text Font Color

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

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


#dfe88e Background Color

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

This div background color is #dfe88e


#dfe88e Border Color

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

This div border color is #dfe88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe88e


Comments

No comments written yet.

Please login to write comment.