Color Hex Logo

#dfe13e Color Hex

#DFE13E
(223,225,62)
0 Favorites   0 Comments

Color spaces of #dfe13e

RGB 22322562
HSL0.170.730.56
HSV61°72°88°
CMYK 0.010.000.72   0.12
XYZ58.226169.886214.9780
Yxy69.88620.40690.4884
Hunter Lab83.5980-21.970947.8958
CIE-Lab86.9410-19.062674.2414

#dfe13e color RGB value is (223,225,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100001 00111110
Octal 337 341 76
Decimal 223 225 62
Hex DF E1 3E

RGB Percentages of Color #dfe13e

%43.73
%44.12
%12.16

CMYK Percentages of Color #dfe13e

%1
%0
%72
%12

Triadic Colors of #dfe13e

#dfe13e #3edfe1 #e13edf

Analogous Colors of #dfe13e

#dfe13e #8ee13e #e1923e

Monochromatic Colors of #dfe13e

#dfe13e

Complementary Color

#dfe13e #403ee1

#dfe13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe13e Color CSS Codes

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

#dfe13e Text Font Color

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

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


#dfe13e Background Color

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

This div background color is #dfe13e


#dfe13e Border Color

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

This div border color is #dfe13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe13e


Comments

No comments written yet.

Please login to write comment.