Color Hex Logo

#edb01f Color Hex

#EDB01F
(237,176,31)
0 Favorites   0 Comments

Color spaces of #edb01f

RGB 23717631
HSL0.120.850.53
HSV42°87°93°
CMYK 0.000.260.87   0.07
XYZ50.697749.15418.1120
Yxy49.15410.46960.4553
Hunter Lab70.11006.383942.2169
CIE-Lab75.547110.896573.6837

#edb01f color RGB value is (237,176,31).

#edb01f hex color red value is 237, green value is 176 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #edb01f hue: 0.12 , saturation: 0.85 and the lightness value of edb01f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110000 00011111
Octal 355 260 37
Decimal 237 176 31
Hex ED B0 1F

RGB Percentages of Color #edb01f

%53.38
%39.64
%6.98

CMYK Percentages of Color #edb01f

%0
%26
%87
%7

Triadic Colors of #edb01f

#edb01f #1fedb0 #b01fed

Analogous Colors of #edb01f

#edb01f #c3ed1f #ed491f

Monochromatic Colors of #edb01f

#edb01f

Complementary Color

#edb01f #1f5ced

#edb01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb01f Color CSS Codes

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

#edb01f Text Font Color

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

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


#edb01f Background Color

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

This div background color is #edb01f


#edb01f Border Color

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

This div border color is #edb01f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb01f


Comments

No comments written yet.

Please login to write comment.