Color Hex Logo

#eed53a Color Hex

#EED53A
(238,213,58)
0 Favorites   0 Comments

Color spaces of #eed53a

RGB 23821358
HSL0.140.840.58
HSV52°76°93°
CMYK 0.000.110.76   0.07
XYZ59.817966.071113.6033
Yxy66.07110.42880.4737
Hunter Lab81.2841-10.887146.9764
CIE-Lab85.0327-7.002074.2116

#eed53a color RGB value is (238,213,58).

#eed53a hex color red value is 238, green value is 213 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #eed53a hue: 0.14 , saturation: 0.84 and the lightness value of eed53a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010101 00111010
Octal 356 325 72
Decimal 238 213 58
Hex EE D5 3A

RGB Percentages of Color #eed53a

%46.76
%41.85
%11.39

CMYK Percentages of Color #eed53a

%0
%11
%76
%7

Triadic Colors of #eed53a

#eed53a #3aeed5 #d53aee

Analogous Colors of #eed53a

#eed53a #adee3a #ee7b3a

Monochromatic Colors of #eed53a

#eed53a

Complementary Color

#eed53a #3a53ee

#eed53a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed53a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed53a Color CSS Codes

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

#eed53a Text Font Color

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

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


#eed53a Background Color

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

This div background color is #eed53a


#eed53a Border Color

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

This div border color is #eed53a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed53a


Comments

No comments written yet.

Please login to write comment.