Color Hex Logo

#dfe93f Color Hex

#DFE93F
(223,233,63)
0 Favorites   0 Comments

Color spaces of #dfe93f

RGB 22323363
HSL0.180.790.58
HSV64°73°91°
CMYK 0.040.000.73   0.09
XYZ60.467574.324715.8617
Yxy74.32470.40140.4933
Hunter Lab86.2118-25.673749.4398
CIE-Lab89.0757-22.883575.9301

#dfe93f color RGB value is (223,233,63).

#dfe93f hex color red value is 223, green value is 233 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dfe93f hue: 0.18 , saturation: 0.79 and the lightness value of dfe93f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101001 00111111
Octal 337 351 77
Decimal 223 233 63
Hex DF E9 3F

RGB Percentages of Color #dfe93f

%42.97
%44.89
%12.14

CMYK Percentages of Color #dfe93f

%4
%0
%73
%9

Triadic Colors of #dfe93f

#dfe93f #3fdfe9 #e93fdf

Analogous Colors of #dfe93f

#dfe93f #8ae93f #e99e3f

Monochromatic Colors of #dfe93f

#dfe93f

Complementary Color

#dfe93f #493fe9

#dfe93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe93f Color CSS Codes

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

#dfe93f Text Font Color

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

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


#dfe93f Background Color

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

This div background color is #dfe93f


#dfe93f Border Color

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

This div border color is #dfe93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe93f


Comments

No comments written yet.

Please login to write comment.