Color Hex Logo

#edb111 Color Hex

#EDB111
(237,177,17)
0 Favorites   0 Comments

Color spaces of #edb111

RGB 23717717
HSL0.120.870.50
HSV44°93°93°
CMYK 0.000.250.93   0.07
XYZ50.748449.48937.4080
Yxy49.48930.47140.4597
Hunter Lab70.34865.657043.0006
CIE-Lab75.754710.136776.5502

#edb111 color RGB value is (237,177,17).

#edb111 hex color red value is 237, green value is 177 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #edb111 hue: 0.12 , saturation: 0.87 and the lightness value of edb111 is 0.50.

The process color (four color CMYK) of #edb111 color hex is 0.00, 0.25, 0.93, 0.07. Web safe color of #edb111 is #ff9900. Color #edb111 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110001 00010001
Octal 355 261 21
Decimal 237 177 17
Hex ED B1 11

RGB Percentages of Color #edb111

%54.99
%41.07
%3.94

CMYK Percentages of Color #edb111

%0
%25
%93
%7

Triadic Colors of #edb111

#edb111 #11edb1 #b111ed

Analogous Colors of #edb111

#edb111 #bbed11 #ed4311

Monochromatic Colors of #edb111

#edb111

Complementary Color

#edb111 #114ded

#edb111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb111 Color CSS Codes

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

#edb111 Text Font Color

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

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


#edb111 Background Color

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

This div background color is #edb111


#edb111 Border Color

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

This div border color is #edb111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb111

#edb111 Color Palettes


Comments

No comments written yet.

Please login to write comment.