Color Hex Logo

#edd32d Color Hex

#EDD32D
(237,211,45)
0 Favorites   0 Comments

Color spaces of #edd32d

RGB 23721145
HSL0.140.840.55
HSV52°81°93°
CMYK 0.000.110.81   0.07
XYZ58.693064.782511.8934
Yxy64.78250.43360.4786
Hunter Lab80.4876-10.687847.5802
CIE-Lab84.3715-6.855277.4498

#edd32d color RGB value is (237,211,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010011 00101101
Octal 355 323 55
Decimal 237 211 45
Hex ED D3 2D

RGB Percentages of Color #edd32d

%48.07
%42.80
%9.13

CMYK Percentages of Color #edd32d

%0
%11
%81
%7

Triadic Colors of #edd32d

#edd32d #2dedd3 #d32ded

Analogous Colors of #edd32d

#edd32d #a7ed2d #ed732d

Monochromatic Colors of #edd32d

#edd32d

Complementary Color

#edd32d #2d47ed

#edd32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd32d Color CSS Codes

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

#edd32d Text Font Color

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

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


#edd32d Background Color

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

This div background color is #edd32d


#edd32d Border Color

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

This div border color is #edd32d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd32d


Comments

No comments written yet.

Please login to write comment.