Color Hex Logo

#edc503 Color Hex

#EDC503
(237,197,3)
0 Favorites   0 Comments

Color spaces of #edc503

RGB 2371973
HSL0.140.980.47
HSV50°99°93°
CMYK 0.000.170.99   0.07
XYZ54.907757.94368.3764
Yxy57.94360.45290.4780
Hunter Lab76.1207-4.454846.7602
CIE-Lab80.7074-0.419181.6762

#edc503 color RGB value is (237,197,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 00000011
Octal 355 305 3
Decimal 237 197 3
Hex ED C5 3

RGB Percentages of Color #edc503

%54.23
%45.08
%0.69

CMYK Percentages of Color #edc503

%0
%17
%99
%7

Triadic Colors of #edc503

#edc503 #03edc5 #c503ed

Analogous Colors of #edc503

#edc503 #a0ed03 #ed5003

Monochromatic Colors of #edc503

#edc503

Complementary Color

#edc503 #032bed

#edc503 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc503 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc503 Color CSS Codes

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

#edc503 Text Font Color

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

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


#edc503 Background Color

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

This div background color is #edc503


#edc503 Border Color

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

This div border color is #edc503


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc503


Comments

No comments written yet.

Please login to write comment.