Color Hex Logo

#dffe8e Color Hex

#DFFE8E
(223,254,142)
0 Favorites   0 Comments

Color spaces of #dffe8e

RGB 223254142
HSL0.210.980.78
HSV77°44°100°
CMYK 0.120.000.44   0.00
XYZ70.755788.524638.9489
Yxy88.52460.35690.4466
Hunter Lab94.0875-30.417641.3173
CIE-Lab95.3814-26.939850.0630

#dffe8e color RGB value is (223,254,142).

#dffe8e hex color red value is 223, green value is 254 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dffe8e hue: 0.21 , saturation: 0.98 and the lightness value of dffe8e is 0.78.

The process color (four color CMYK) of #dffe8e color hex is 0.12, 0.00, 0.44, 0.00. Web safe color of #dffe8e is #ccff99. Color #dffe8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 10001110
Octal 337 376 216
Decimal 223 254 142
Hex DF FE 8E

RGB Percentages of Color #dffe8e

%36.03
%41.03
%22.94

CMYK Percentages of Color #dffe8e

%12
%0
%44
%0

Triadic Colors of #dffe8e

#dffe8e #8edffe #fe8edf

Analogous Colors of #dffe8e

#dffe8e #a7fe8e #fee58e

Monochromatic Colors of #dffe8e

#dffe8e

Complementary Color

#dffe8e #ad8efe

#dffe8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffe8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffe8e Color CSS Codes

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

#dffe8e Text Font Color

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

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


#dffe8e Background Color

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

This div background color is #dffe8e


#dffe8e Border Color

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

This div border color is #dffe8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffe8e

Related Colors


Comments

No comments written yet.

Please login to write comment.