Color Hex Logo

#dfe15f Color Hex

#DFE15F
(223,225,95)
0 Favorites   0 Comments

Color spaces of #dfe15f

RGB 22322595
HSL0.170.680.63
HSV61°58°88°
CMYK 0.010.000.58   0.12
XYZ59.422270.364621.2763
Yxy70.36460.39340.4658
Hunter Lab83.8836-20.348943.6802
CIE-Lab87.1754-17.184761.8305

#dfe15f color RGB value is (223,225,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100001 01011111
Octal 337 341 137
Decimal 223 225 95
Hex DF E1 5F

RGB Percentages of Color #dfe15f

%41.07
%41.44
%17.50

CMYK Percentages of Color #dfe15f

%1
%0
%58
%12

Triadic Colors of #dfe15f

#dfe15f #5fdfe1 #e15fdf

Analogous Colors of #dfe15f

#dfe15f #9ee15f #e1a25f

Monochromatic Colors of #dfe15f

#dfe15f

Complementary Color

#dfe15f #615fe1

#dfe15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe15f Color CSS Codes

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

#dfe15f Text Font Color

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

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


#dfe15f Background Color

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

This div background color is #dfe15f


#dfe15f Border Color

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

This div border color is #dfe15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe15f


Comments

No comments written yet.

Please login to write comment.