Color Hex Logo

#edc539 Color Hex

#EDC539
(237,197,57)
0 Favorites   0 Comments

Color spaces of #edc539

RGB 23719757
HSL0.130.830.58
HSV47°76°93°
CMYK 0.000.170.76   0.07
XYZ55.629858.232412.1789
Yxy58.23240.44140.4620
Hunter Lab76.3102-3.417043.9546
CIE-Lab80.86780.707070.6500

#edc539 color RGB value is (237,197,57).

#edc539 hex color red value is 237, green value is 197 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #edc539 hue: 0.13 , saturation: 0.83 and the lightness value of edc539 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 00111001
Octal 355 305 71
Decimal 237 197 57
Hex ED C5 39

RGB Percentages of Color #edc539

%48.27
%40.12
%11.61

CMYK Percentages of Color #edc539

%0
%17
%76
%7

Triadic Colors of #edc539

#edc539 #39edc5 #c539ed

Analogous Colors of #edc539

#edc539 #bbed39 #ed6b39

Monochromatic Colors of #edc539

#edc539

Complementary Color

#edc539 #3961ed

#edc539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc539 Color CSS Codes

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

#edc539 Text Font Color

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

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


#edc539 Background Color

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

This div background color is #edc539


#edc539 Border Color

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

This div border color is #edc539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc539


Comments

No comments written yet.

Please login to write comment.