Color Hex Logo

#dfe91f Color Hex

#DFE91F
(223,233,31)
0 Favorites   0 Comments

Color spaces of #dfe91f

RGB 22323331
HSL0.170.820.52
HSV63°87°91°
CMYK 0.040.000.87   0.09
XYZ59.817774.064712.4395
Yxy74.06470.40880.5062
Hunter Lab86.0609-26.537851.6726
CIE-Lab88.9531-23.900783.9075

#dfe91f color RGB value is (223,233,31).

#dfe91f hex color red value is 223, green value is 233 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #dfe91f hue: 0.17 , saturation: 0.82 and the lightness value of dfe91f is 0.52.

The process color (four color CMYK) of #dfe91f color hex is 0.04, 0.00, 0.87, 0.09. Web safe color of #dfe91f is #ccff33. Color #dfe91f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101001 00011111
Octal 337 351 37
Decimal 223 233 31
Hex DF E9 1F

RGB Percentages of Color #dfe91f

%45.79
%47.84
%6.37

CMYK Percentages of Color #dfe91f

%4
%0
%87
%9

Triadic Colors of #dfe91f

#dfe91f #1fdfe9 #e91fdf

Analogous Colors of #dfe91f

#dfe91f #7ae91f #e98e1f

Monochromatic Colors of #dfe91f

#dfe91f

Complementary Color

#dfe91f #291fe9

#dfe91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe91f Color CSS Codes

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

#dfe91f Text Font Color

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

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


#dfe91f Background Color

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

This div background color is #dfe91f


#dfe91f Border Color

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

This div border color is #dfe91f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe91f


Comments

No comments written yet.

Please login to write comment.