Color Hex Logo

#dfe40e Color Hex

#DFE40E
(223,228,14)
0 Favorites   0 Comments

Color spaces of #dfe40e

RGB 22322814
HSL0.170.880.47
HSV61°94°89°
CMYK 0.020.000.94   0.11
XYZ58.254171.206511.0894
Yxy71.20650.41450.5066
Hunter Lab84.3839-24.445251.2771
CIE-Lab87.5852-21.771485.1954

#dfe40e color RGB value is (223,228,14).

#dfe40e hex color red value is 223, green value is 228 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dfe40e hue: 0.17 , saturation: 0.88 and the lightness value of dfe40e is 0.47.

The process color (four color CMYK) of #dfe40e color hex is 0.02, 0.00, 0.94, 0.11. Web safe color of #dfe40e is #cccc00. Color #dfe40e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100100 00001110
Octal 337 344 16
Decimal 223 228 14
Hex DF E4 E

RGB Percentages of Color #dfe40e

%47.96
%49.03
%3.01

CMYK Percentages of Color #dfe40e

%2
%0
%94
%11

Triadic Colors of #dfe40e

#dfe40e #0edfe4 #e40edf

Analogous Colors of #dfe40e

#dfe40e #74e40e #e47e0e

Monochromatic Colors of #dfe40e

#dfe40e

Complementary Color

#dfe40e #130ee4

#dfe40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe40e Color CSS Codes

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

#dfe40e Text Font Color

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

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


#dfe40e Background Color

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

This div background color is #dfe40e


#dfe40e Border Color

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

This div border color is #dfe40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe40e


Comments

No comments written yet.

Please login to write comment.