Color Hex Logo

#edd84a Color Hex

#EDD84A
(237,216,74)
0 Favorites   0 Comments

Color spaces of #edd84a

RGB 23721674
HSL0.150.820.61
HSV52°69°93°
CMYK 0.000.090.69   0.07
XYZ60.716967.610716.3286
Yxy67.61070.41970.4674
Hunter Lab82.2257-12.087545.7840
CIE-Lab85.8114-8.222869.2794

#edd84a color RGB value is (237,216,74).

#edd84a hex color red value is 237, green value is 216 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #edd84a hue: 0.15 , saturation: 0.82 and the lightness value of edd84a is 0.61.

The process color (four color CMYK) of #edd84a color hex is 0.00, 0.09, 0.69, 0.07. Web safe color of #edd84a is #ffcc33. Color #edd84a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 01001010
Octal 355 330 112
Decimal 237 216 74
Hex ED D8 4A

RGB Percentages of Color #edd84a

%44.97
%40.99
%14.04

CMYK Percentages of Color #edd84a

%0
%9
%69
%7

Triadic Colors of #edd84a

#edd84a #4aedd8 #d84aed

Analogous Colors of #edd84a

#edd84a #b1ed4a #ed874a

Monochromatic Colors of #edd84a

#edd84a

Complementary Color

#edd84a #4a5fed

#edd84a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd84a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd84a Color CSS Codes

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

#edd84a Text Font Color

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

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


#edd84a Background Color

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

This div background color is #edd84a


#edd84a Border Color

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

This div border color is #edd84a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd84a


Comments

No comments written yet.

Please login to write comment.