Color Hex Logo

#dfe93e Color Hex

#DFE93E
(223,233,62)
0 Favorites   0 Comments

Color spaces of #dfe93e

RGB 22323362
HSL0.180.800.58
HSV64°73°91°
CMYK 0.040.000.73   0.09
XYZ60.439874.313615.7159
Yxy74.31360.40170.4939
Hunter Lab86.2053-25.710449.5347
CIE-Lab89.0705-22.926676.2445

#dfe93e color RGB value is (223,233,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101001 00111110
Octal 337 351 76
Decimal 223 233 62
Hex DF E9 3E

RGB Percentages of Color #dfe93e

%43.05
%44.98
%11.97

CMYK Percentages of Color #dfe93e

%4
%0
%73
%9

Triadic Colors of #dfe93e

#dfe93e #3edfe9 #e93edf

Analogous Colors of #dfe93e

#dfe93e #8ae93e #e99e3e

Monochromatic Colors of #dfe93e

#dfe93e

Complementary Color

#dfe93e #483ee9

#dfe93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe93e Color CSS Codes

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

#dfe93e Text Font Color

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

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


#dfe93e Background Color

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

This div background color is #dfe93e


#dfe93e Border Color

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

This div border color is #dfe93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe93e


Comments

No comments written yet.

Please login to write comment.