Color Hex Logo

#dfe21e Color Hex

#DFE21E
(223,226,30)
0 Favorites   0 Comments

Color spaces of #dfe21e

RGB 22322630
HSL0.170.770.50
HSV61°87°89°
CMYK 0.010.000.87   0.11
XYZ57.862170.174411.7237
Yxy70.17440.41400.5021
Hunter Lab83.7702-23.303550.3414
CIE-Lab87.0823-20.558582.5805

#dfe21e color RGB value is (223,226,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100010 00011110
Octal 337 342 36
Decimal 223 226 30
Hex DF E2 1E

RGB Percentages of Color #dfe21e

%46.56
%47.18
%6.26

CMYK Percentages of Color #dfe21e

%1
%0
%87
%11

Triadic Colors of #dfe21e

#dfe21e #1edfe2 #e21edf

Analogous Colors of #dfe21e

#dfe21e #7de21e #e2831e

Monochromatic Colors of #dfe21e

#dfe21e

Complementary Color

#dfe21e #211ee2

#dfe21e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe21e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe21e Color CSS Codes

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

#dfe21e Text Font Color

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

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


#dfe21e Background Color

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

This div background color is #dfe21e


#dfe21e Border Color

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

This div border color is #dfe21e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe21e


Comments

No comments written yet.

Please login to write comment.