Color Hex Logo

#dfe40d Color Hex

#DFE40D
(223,228,13)
0 Favorites   0 Comments

Color spaces of #dfe40d

RGB 22322813
HSL0.170.890.47
HSV61°94°89°
CMYK 0.020.000.94   0.11
XYZ58.247571.203811.0545
Yxy71.20380.41460.5068
Hunter Lab84.3823-24.454051.3004
CIE-Lab87.5839-21.781885.2913

#dfe40d color RGB value is (223,228,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100100 00001101
Octal 337 344 15
Decimal 223 228 13
Hex DF E4 D

RGB Percentages of Color #dfe40d

%48.06
%49.14
%2.80

CMYK Percentages of Color #dfe40d

%2
%0
%94
%11

Triadic Colors of #dfe40d

#dfe40d #0ddfe4 #e40ddf

Analogous Colors of #dfe40d

#dfe40d #74e40d #e47e0d

Monochromatic Colors of #dfe40d

#dfe40d

Complementary Color

#dfe40d #120de4

#dfe40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe40d Color CSS Codes

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

#dfe40d Text Font Color

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

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


#dfe40d Background Color

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

This div background color is #dfe40d


#dfe40d Border Color

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

This div border color is #dfe40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe40d


Comments

No comments written yet.

Please login to write comment.