Color Hex Logo

#edb70b Color Hex

#EDB70B
(237,183,11)
0 Favorites   0 Comments

Color spaces of #edb70b

RGB 23718311
HSL0.130.910.49
HSV46°95°93°
CMYK 0.000.230.95   0.07
XYZ51.918951.89577.5970
Yxy51.89570.46600.4658
Hunter Lab72.03872.578844.1745
CIE-Lab77.21846.922578.3853

#edb70b color RGB value is (237,183,11).

#edb70b hex color red value is 237, green value is 183 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #edb70b hue: 0.13 , saturation: 0.91 and the lightness value of edb70b is 0.49.

The process color (four color CMYK) of #edb70b color hex is 0.00, 0.23, 0.95, 0.07. Web safe color of #edb70b is #ffcc00. Color #edb70b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110111 00001011
Octal 355 267 13
Decimal 237 183 11
Hex ED B7 B

RGB Percentages of Color #edb70b

%54.99
%42.46
%2.55

CMYK Percentages of Color #edb70b

%0
%23
%95
%7

Triadic Colors of #edb70b

#edb70b #0bedb7 #b70bed

Analogous Colors of #edb70b

#edb70b #b2ed0b #ed460b

Monochromatic Colors of #edb70b

#edb70b

Complementary Color

#edb70b #0b41ed

#edb70b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb70b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb70b Color CSS Codes

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

#edb70b Text Font Color

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

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


#edb70b Background Color

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

This div background color is #edb70b


#edb70b Border Color

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

This div border color is #edb70b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb70b


Comments

No comments written yet.

Please login to write comment.