Color Hex Logo

#edb02c Color Hex

#EDB02C
(237,176,44)
0 Favorites   0 Comments

Color spaces of #edb02c

RGB 23717644
HSL0.110.840.55
HSV41°81°93°
CMYK 0.000.260.81   0.07
XYZ50.905049.23709.2036
Yxy49.23700.46550.4503
Hunter Lab70.16916.699141.3417
CIE-Lab75.598511.226770.1552

#edb02c color RGB value is (237,176,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110000 00101100
Octal 355 260 54
Decimal 237 176 44
Hex ED B0 2C

RGB Percentages of Color #edb02c

%51.86
%38.51
%9.63

CMYK Percentages of Color #edb02c

%0
%26
%81
%7

Triadic Colors of #edb02c

#edb02c #2cedb0 #b02ced

Analogous Colors of #edb02c

#edb02c #caed2c #ed502c

Monochromatic Colors of #edb02c

#edb02c

Complementary Color

#edb02c #2c69ed

#edb02c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb02c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb02c Color CSS Codes

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

#edb02c Text Font Color

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

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


#edb02c Background Color

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

This div background color is #edb02c


#edb02c Border Color

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

This div border color is #edb02c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb02c


Comments

No comments written yet.

Please login to write comment.