Color Hex Logo

#dfe20f Color Hex

#DFE20F
(223,226,15)
0 Favorites   0 Comments

Color spaces of #dfe20f

RGB 22322615
HSL0.170.880.47
HSV61°93°89°
CMYK 0.010.000.93   0.11
XYZ57.714070.115210.9437
Yxy70.11520.41590.5053
Hunter Lab83.7348-23.505350.8655
CIE-Lab87.0533-20.795384.6892

#dfe20f color RGB value is (223,226,15).

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

The process color (four color CMYK) of #dfe20f color hex is 0.01, 0.00, 0.93, 0.11. Web safe color of #dfe20f is #cccc00. Color #dfe20f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100010 00001111
Octal 337 342 17
Decimal 223 226 15
Hex DF E2 F

RGB Percentages of Color #dfe20f

%48.06
%48.71
%3.23

CMYK Percentages of Color #dfe20f

%1
%0
%93
%11

Triadic Colors of #dfe20f

#dfe20f #0fdfe2 #e20fdf

Analogous Colors of #dfe20f

#dfe20f #76e20f #e27c0f

Monochromatic Colors of #dfe20f

#dfe20f

Complementary Color

#dfe20f #120fe2

#dfe20f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe20f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe20f Color CSS Codes

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

#dfe20f Text Font Color

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

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


#dfe20f Background Color

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

This div background color is #dfe20f


#dfe20f Border Color

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

This div border color is #dfe20f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe20f


Comments

No comments written yet.

Please login to write comment.