Color Hex Logo

#edb03c Color Hex

#EDB03C
(237,176,60)
0 Favorites   0 Comments

Color spaces of #edb03c

RGB 23717660
HSL0.110.830.58
HSV39°75°93°
CMYK 0.000.260.75   0.07
XYZ51.266049.381411.1045
Yxy49.38140.45870.4419
Hunter Lab70.27197.246739.8212
CIE-Lab75.688011.798764.6406

#edb03c color RGB value is (237,176,60).

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

The process color (four color CMYK) of #edb03c color hex is 0.00, 0.26, 0.75, 0.07. Web safe color of #edb03c is #ff9933. Color #edb03c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110000 00111100
Octal 355 260 74
Decimal 237 176 60
Hex ED B0 3C

RGB Percentages of Color #edb03c

%50.11
%37.21
%12.68

CMYK Percentages of Color #edb03c

%0
%26
%75
%7

Triadic Colors of #edb03c

#edb03c #3cedb0 #b03ced

Analogous Colors of #edb03c

#edb03c #d2ed3c #ed583c

Monochromatic Colors of #edb03c

#edb03c

Complementary Color

#edb03c #3c79ed

#edb03c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb03c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb03c Color CSS Codes

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

#edb03c Text Font Color

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

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


#edb03c Background Color

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

This div background color is #edb03c


#edb03c Border Color

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

This div border color is #edb03c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,176,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 #edb03c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb03c


Comments

No comments written yet.

Please login to write comment.