Color Hex Logo

#dfe01e Color Hex

#DFE01E
(223,224,30)
0 Favorites   0 Comments

Color spaces of #dfe01e

RGB 22322430
HSL0.170.760.50
HSV60°87°88°
CMYK 0.000.000.87   0.12
XYZ57.321469.093011.5434
Yxy69.09300.41550.5008
Hunter Lab83.1222-22.369549.9518
CIE-Lab86.5501-19.588482.1531

#dfe01e color RGB value is (223,224,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100000 00011110
Octal 337 340 36
Decimal 223 224 30
Hex DF E0 1E

RGB Percentages of Color #dfe01e

%46.75
%46.96
%6.29

CMYK Percentages of Color #dfe01e

%0
%0
%87
%12

Triadic Colors of #dfe01e

#dfe01e #1edfe0 #e01edf

Analogous Colors of #dfe01e

#dfe01e #7ee01e #e0801e

Monochromatic Colors of #dfe01e

#dfe01e

Complementary Color

#dfe01e #1f1ee0

#dfe01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe01e Color CSS Codes

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

#dfe01e Text Font Color

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

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


#dfe01e Background Color

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

This div background color is #dfe01e


#dfe01e Border Color

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

This div border color is #dfe01e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,224,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 #dfe01e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe01e


Comments

No comments written yet.

Please login to write comment.