Color Hex Logo

#edd32e Color Hex

#EDD32E
(237,211,46)
0 Favorites   0 Comments

Color spaces of #edd32e

RGB 23721146
HSL0.140.840.55
HSV52°81°93°
CMYK 0.000.110.81   0.07
XYZ58.712564.790311.9961
Yxy64.79030.43330.4782
Hunter Lab80.4924-10.660947.5085
CIE-Lab84.3756-6.825477.1823

#edd32e color RGB value is (237,211,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010011 00101110
Octal 355 323 56
Decimal 237 211 46
Hex ED D3 2E

RGB Percentages of Color #edd32e

%47.98
%42.71
%9.31

CMYK Percentages of Color #edd32e

%0
%11
%81
%7

Triadic Colors of #edd32e

#edd32e #2eedd3 #d32eed

Analogous Colors of #edd32e

#edd32e #a8ed2e #ed742e

Monochromatic Colors of #edd32e

#edd32e

Complementary Color

#edd32e #2e48ed

#edd32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd32e Color CSS Codes

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

#edd32e Text Font Color

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

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


#edd32e Background Color

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

This div background color is #edd32e


#edd32e Border Color

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

This div border color is #edd32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd32e


Comments

No comments written yet.

Please login to write comment.