Color Hex Logo

#edc53c Color Hex

#EDC53C
(237,197,60)
0 Favorites   0 Comments

Color spaces of #edc53c

RGB 23719760
HSL0.130.830.58
HSV46°75°93°
CMYK 0.000.170.75   0.07
XYZ55.706958.263312.5848
Yxy58.26330.44020.4604
Hunter Lab76.3304-3.306643.6560
CIE-Lab80.88500.826369.6206

#edc53c color RGB value is (237,197,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 00111100
Octal 355 305 74
Decimal 237 197 60
Hex ED C5 3C

RGB Percentages of Color #edc53c

%47.98
%39.88
%12.15

CMYK Percentages of Color #edc53c

%0
%17
%75
%7

Triadic Colors of #edc53c

#edc53c #3cedc5 #c53ced

Analogous Colors of #edc53c

#edc53c #bded3c #ed6d3c

Monochromatic Colors of #edc53c

#edc53c

Complementary Color

#edc53c #3c64ed

#edc53c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc53c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc53c Color CSS Codes

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

#edc53c Text Font Color

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

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


#edc53c Background Color

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

This div background color is #edc53c


#edc53c Border Color

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

This div border color is #edc53c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc53c


Comments

No comments written yet.

Please login to write comment.