Color Hex Logo

#edd63a Color Hex

#EDD63A
(237,214,58)
0 Favorites   0 Comments

Color spaces of #edd63a

RGB 23721458
HSL0.150.830.58
HSV52°76°93°
CMYK 0.000.100.76   0.07
XYZ59.735366.403113.6717
Yxy66.40310.42730.4750
Hunter Lab81.4881-11.753847.0943
CIE-Lab85.2016-7.927574.3356

#edd63a color RGB value is (237,214,58).

#edd63a hex color red value is 237, green value is 214 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #edd63a hue: 0.15 , saturation: 0.83 and the lightness value of edd63a is 0.58.

The process color (four color CMYK) of #edd63a color hex is 0.00, 0.10, 0.76, 0.07. Web safe color of #edd63a is #ffcc33. Color #edd63a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010110 00111010
Octal 355 326 72
Decimal 237 214 58
Hex ED D6 3A

RGB Percentages of Color #edd63a

%46.56
%42.04
%11.39

CMYK Percentages of Color #edd63a

%0
%10
%76
%7

Triadic Colors of #edd63a

#edd63a #3aedd6 #d63aed

Analogous Colors of #edd63a

#edd63a #abed3a #ed7d3a

Monochromatic Colors of #edd63a

#edd63a

Complementary Color

#edd63a #3a51ed

#edd63a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd63a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd63a Color CSS Codes

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

#edd63a Text Font Color

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

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


#edd63a Background Color

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

This div background color is #edd63a


#edd63a Border Color

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

This div border color is #edd63a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd63a


Comments

No comments written yet.

Please login to write comment.