Color Hex Logo

#edd81a Color Hex

#EDD81A
(237,216,26)
0 Favorites   0 Comments

Color spaces of #edd81a

RGB 23721626
HSL0.150.850.52
HSV54°89°93°
CMYK 0.000.090.89   0.07
XYZ59.667467.190810.8016
Yxy67.19080.43340.4881
Hunter Lab81.9700-13.514249.5661
CIE-Lab85.6002-9.807982.5880

#edd81a color RGB value is (237,216,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 00011010
Octal 355 330 32
Decimal 237 216 26
Hex ED D8 1A

RGB Percentages of Color #edd81a

%49.48
%45.09
%5.43

CMYK Percentages of Color #edd81a

%0
%9
%89
%7

Triadic Colors of #edd81a

#edd81a #1aedd8 #d81aed

Analogous Colors of #edd81a

#edd81a #99ed1a #ed6f1a

Monochromatic Colors of #edd81a

#edd81a

Complementary Color

#edd81a #1a2fed

#edd81a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd81a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd81a Color CSS Codes

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

#edd81a Text Font Color

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

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


#edd81a Background Color

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

This div background color is #edd81a


#edd81a Border Color

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

This div border color is #edd81a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,216,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd81a


Comments

No comments written yet.

Please login to write comment.