Color Hex Logo

#dfe52e Color Hex

#DFE52E
(223,229,46)
0 Favorites   0 Comments

Color spaces of #dfe52e

RGB 22322946
HSL0.170.780.54
HSV62°80°90°
CMYK 0.030.000.80   0.10
XYZ58.943971.923913.3608
Yxy71.92390.40870.4987
Hunter Lab84.8080-24.351450.0249
CIE-Lab87.9319-21.596079.8080

#dfe52e color RGB value is (223,229,46).

#dfe52e hex color red value is 223, green value is 229 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dfe52e hue: 0.17 , saturation: 0.78 and the lightness value of dfe52e is 0.54.

The process color (four color CMYK) of #dfe52e color hex is 0.03, 0.00, 0.80, 0.10. Web safe color of #dfe52e is #cccc33. Color #dfe52e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100101 00101110
Octal 337 345 56
Decimal 223 229 46
Hex DF E5 2E

RGB Percentages of Color #dfe52e

%44.78
%45.98
%9.24

CMYK Percentages of Color #dfe52e

%3
%0
%80
%10

Triadic Colors of #dfe52e

#dfe52e #2edfe5 #e52edf

Analogous Colors of #dfe52e

#dfe52e #84e52e #e5902e

Monochromatic Colors of #dfe52e

#dfe52e

Complementary Color

#dfe52e #342ee5

#dfe52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe52e Color CSS Codes

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

#dfe52e Text Font Color

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

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


#dfe52e Background Color

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

This div background color is #dfe52e


#dfe52e Border Color

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

This div border color is #dfe52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe52e


Comments

No comments written yet.

Please login to write comment.