Color Hex Logo

#dfe02a Color Hex

#DFE02A
(223,224,42)
0 Favorites   0 Comments

Color spaces of #dfe02a

RGB 22322442
HSL0.170.750.52
HSV60°81°88°
CMYK 0.000.000.81   0.12
XYZ57.505069.166512.5101
Yxy69.16650.41320.4970
Hunter Lab83.1664-22.118249.2979
CIE-Lab86.5864-19.294579.6439

#dfe02a color RGB value is (223,224,42).

#dfe02a hex color red value is 223, green value is 224 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dfe02a hue: 0.17 , saturation: 0.75 and the lightness value of dfe02a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100000 00101010
Octal 337 340 52
Decimal 223 224 42
Hex DF E0 2A

RGB Percentages of Color #dfe02a

%45.60
%45.81
%8.59

CMYK Percentages of Color #dfe02a

%0
%0
%81
%12

Triadic Colors of #dfe02a

#dfe02a #2adfe0 #e02adf

Analogous Colors of #dfe02a

#dfe02a #84e02a #e0862a

Monochromatic Colors of #dfe02a

#dfe02a

Complementary Color

#dfe02a #2b2ae0

#dfe02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe02a Color CSS Codes

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

#dfe02a Text Font Color

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

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


#dfe02a Background Color

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

This div background color is #dfe02a


#dfe02a Border Color

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

This div border color is #dfe02a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe02a


Comments

No comments written yet.

Please login to write comment.