Color Hex Logo

#edc500 Color Hex

#EDC500
(237,197,0)
0 Favorites   0 Comments

Color spaces of #edc500

RGB 2371970
HSL0.141.000.46
HSV50°100°93°
CMYK 0.000.171.00   0.07
XYZ54.891357.93708.2899
Yxy57.93700.45320.4784
Hunter Lab76.1164-4.478446.8241
CIE-Lab80.7038-0.444781.9637

#edc500 color RGB value is (237,197,0).

#edc500 hex color red value is 237, green value is 197 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #edc500 hue: 0.14 , saturation: 1.00 and the lightness value of edc500 is 0.46.

The process color (four color CMYK) of #edc500 color hex is 0.00, 0.17, 1.00, 0.07. Web safe color of #edc500 is #ffcc00. Color #edc500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 00000000
Octal 355 305 0
Decimal 237 197 0
Hex ED C5 0

RGB Percentages of Color #edc500

%54.61
%45.39
%0.00

CMYK Percentages of Color #edc500

%0
%17
%100
%7

Triadic Colors of #edc500

#edc500 #00edc5 #c500ed

Analogous Colors of #edc500

#edc500 #9fed00 #ed4e00

Monochromatic Colors of #edc500

#edc500

Complementary Color

#edc500 #0028ed

#edc500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc500 Color CSS Codes

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

#edc500 Text Font Color

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

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


#edc500 Background Color

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

This div background color is #edc500


#edc500 Border Color

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

This div border color is #edc500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc500


Comments

No comments written yet.

Please login to write comment.