Color Hex Logo

#dfe54a Color Hex

#DFE54A
(223,229,74)
0 Favorites   0 Comments

Color spaces of #dfe54a

RGB 22322974
HSL0.170.750.59
HSV62°68°90°
CMYK 0.030.000.68   0.10
XYZ59.686872.221017.2728
Yxy72.22100.40010.4841
Hunter Lab84.9829-23.352747.4374
CIE-Lab88.0749-20.428171.1720

#dfe54a color RGB value is (223,229,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100101 01001010
Octal 337 345 112
Decimal 223 229 74
Hex DF E5 4A

RGB Percentages of Color #dfe54a

%42.40
%43.54
%14.07

CMYK Percentages of Color #dfe54a

%3
%0
%68
%10

Triadic Colors of #dfe54a

#dfe54a #4adfe5 #e54adf

Analogous Colors of #dfe54a

#dfe54a #92e54a #e59e4a

Monochromatic Colors of #dfe54a

#dfe54a

Complementary Color

#dfe54a #504ae5

#dfe54a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe54a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe54a Color CSS Codes

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

#dfe54a Text Font Color

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

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


#dfe54a Background Color

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

This div background color is #dfe54a


#dfe54a Border Color

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

This div border color is #dfe54a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe54a


Comments

No comments written yet.

Please login to write comment.