Color Hex Logo

#dfe11e Color Hex

#DFE11E
(223,225,30)
0 Favorites   0 Comments

Color spaces of #dfe11e

RGB 22322530
HSL0.170.760.50
HSV61°87°88°
CMYK 0.010.000.87   0.12
XYZ57.591069.632111.6333
Yxy69.63210.41480.5015
Hunter Lab83.4459-22.836750.1464
CIE-Lab86.8161-20.073882.3667

#dfe11e color RGB value is (223,225,30).

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

The process color (four color CMYK) of #dfe11e color hex is 0.01, 0.00, 0.87, 0.12. Web safe color of #dfe11e is #cccc33. Color #dfe11e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100001 00011110
Octal 337 341 36
Decimal 223 225 30
Hex DF E1 1E

RGB Percentages of Color #dfe11e

%46.65
%47.07
%6.28

CMYK Percentages of Color #dfe11e

%1
%0
%87
%12

Triadic Colors of #dfe11e

#dfe11e #1edfe1 #e11edf

Analogous Colors of #dfe11e

#dfe11e #7ee11e #e1821e

Monochromatic Colors of #dfe11e

#dfe11e

Complementary Color

#dfe11e #201ee1

#dfe11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe11e Color CSS Codes

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

#dfe11e Text Font Color

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

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


#dfe11e Background Color

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

This div background color is #dfe11e


#dfe11e Border Color

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

This div border color is #dfe11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe11e


Comments

No comments written yet.

Please login to write comment.