Color Hex Logo

#d5e04a Color Hex

#D5E04A
(213,224,74)
0 Favorites   0 Comments

Color spaces of #d5e04a

RGB 21322474
HSL0.180.710.58
HSV64°67°88°
CMYK 0.050.000.67   0.12
XYZ55.332367.951916.6783
Yxy67.95190.39530.4855
Hunter Lab82.4329-24.441345.7072
CIE-Lab85.9824-22.085468.8210

#d5e04a color RGB value is (213,224,74).

#d5e04a hex color red value is 213, green value is 224 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #d5e04a hue: 0.18 , saturation: 0.71 and the lightness value of d5e04a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11100000 01001010
Octal 325 340 112
Decimal 213 224 74
Hex D5 E0 4A

RGB Percentages of Color #d5e04a

%41.68
%43.84
%14.48

CMYK Percentages of Color #d5e04a

%5
%0
%67
%12

Triadic Colors of #d5e04a

#d5e04a #4ad5e0 #e04ad5

Analogous Colors of #d5e04a

#d5e04a #8ae04a #e0a04a

Monochromatic Colors of #d5e04a

#d5e04a

Complementary Color

#d5e04a #554ae0

#d5e04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5e04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5e04a Color CSS Codes

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

#d5e04a Text Font Color

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

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


#d5e04a Background Color

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

This div background color is #d5e04a


#d5e04a Border Color

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

This div border color is #d5e04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5e04a


Comments

No comments written yet.

Please login to write comment.