Color Hex Logo

#edd537 Color Hex

#EDD537
(237,213,55)
0 Favorites   0 Comments

Color spaces of #edd537

RGB 23721355
HSL0.140.830.57
HSV52°77°93°
CMYK 0.000.100.77   0.07
XYZ59.408965.868913.1972
Yxy65.86890.42900.4757
Hunter Lab81.1597-11.367347.1707
CIE-Lab84.9295-7.536175.0387

#edd537 color RGB value is (237,213,55).

#edd537 hex color red value is 237, green value is 213 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #edd537 hue: 0.14 , saturation: 0.83 and the lightness value of edd537 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010101 00110111
Octal 355 325 67
Decimal 237 213 55
Hex ED D5 37

RGB Percentages of Color #edd537

%46.93
%42.18
%10.89

CMYK Percentages of Color #edd537

%0
%10
%77
%7

Triadic Colors of #edd537

#edd537 #37edd5 #d537ed

Analogous Colors of #edd537

#edd537 #aaed37 #ed7a37

Monochromatic Colors of #edd537

#edd537

Complementary Color

#edd537 #374fed

#edd537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd537 Color CSS Codes

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

#edd537 Text Font Color

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

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


#edd537 Background Color

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

This div background color is #edd537


#edd537 Border Color

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

This div border color is #edd537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd537

#edd537 Color Palettes


Comments

No comments written yet.

Please login to write comment.