Color Hex Logo

#eed32d Color Hex

#EED32D
(238,211,45)
0 Favorites   0 Comments

Color spaces of #eed32d

RGB 23821145
HSL0.140.850.55
HSV52°81°93°
CMYK 0.000.110.81   0.07
XYZ59.027864.955111.9091
Yxy64.95510.43440.4780
Hunter Lab80.5947-10.306947.6553
CIE-Lab84.4606-6.431177.5613

#eed32d color RGB value is (238,211,45).

#eed32d hex color red value is 238, green value is 211 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #eed32d hue: 0.14 , saturation: 0.85 and the lightness value of eed32d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010011 00101101
Octal 356 323 55
Decimal 238 211 45
Hex EE D3 2D

RGB Percentages of Color #eed32d

%48.18
%42.71
%9.11

CMYK Percentages of Color #eed32d

%0
%11
%81
%7

Triadic Colors of #eed32d

#eed32d #2deed3 #d32dee

Analogous Colors of #eed32d

#eed32d #a9ee2d #ee732d

Monochromatic Colors of #eed32d

#eed32d

Complementary Color

#eed32d #2d48ee

#eed32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed32d Color CSS Codes

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

#eed32d Text Font Color

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

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


#eed32d Background Color

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

This div background color is #eed32d


#eed32d Border Color

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

This div border color is #eed32d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,211,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed32d


Comments

No comments written yet.

Please login to write comment.