Color Hex Logo

#dfe15e Color Hex

#DFE15E
(223,225,94)
0 Favorites   0 Comments

Color spaces of #dfe15e

RGB 22322594
HSL0.170.690.63
HSV61°58°88°
CMYK 0.010.000.58   0.12
XYZ59.377070.346621.0384
Yxy70.34660.39380.4666
Hunter Lab83.8729-20.410243.8389
CIE-Lab87.1666-17.255262.2495

#dfe15e color RGB value is (223,225,94).

#dfe15e hex color red value is 223, green value is 225 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dfe15e hue: 0.17 , saturation: 0.69 and the lightness value of dfe15e is 0.63.

The process color (four color CMYK) of #dfe15e color hex is 0.01, 0.00, 0.58, 0.12. Web safe color of #dfe15e is #cccc66. Color #dfe15e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100001 01011110
Octal 337 341 136
Decimal 223 225 94
Hex DF E1 5E

RGB Percentages of Color #dfe15e

%41.14
%41.51
%17.34

CMYK Percentages of Color #dfe15e

%1
%0
%58
%12

Triadic Colors of #dfe15e

#dfe15e #5edfe1 #e15edf

Analogous Colors of #dfe15e

#dfe15e #9ee15e #e1a25e

Monochromatic Colors of #dfe15e

#dfe15e

Complementary Color

#dfe15e #605ee1

#dfe15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe15e Color CSS Codes

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

#dfe15e Text Font Color

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

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


#dfe15e Background Color

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

This div background color is #dfe15e


#dfe15e Border Color

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

This div border color is #dfe15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe15e


Comments

No comments written yet.

Please login to write comment.