Color Hex Logo

#ebb507 Color Hex

#EBB507
(235,181,7)
0 Favorites   0 Comments

Color spaces of #ebb507

RGB 2351817
HSL0.130.940.47
HSV46°97°92°
CMYK 0.000.230.97   0.08
XYZ50.823250.72537.3133
Yxy50.72530.46690.4660
Hunter Lab71.22172.738143.7671
CIE-Lab76.51237.070478.2058

#ebb507 color RGB value is (235,181,7).

#ebb507 hex color red value is 235, green value is 181 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ebb507 hue: 0.13 , saturation: 0.94 and the lightness value of ebb507 is 0.47.

The process color (four color CMYK) of #ebb507 color hex is 0.00, 0.23, 0.97, 0.08. Web safe color of #ebb507 is #ffcc00. Color #ebb507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110101 00000111
Octal 353 265 7
Decimal 235 181 7
Hex EB B5 7

RGB Percentages of Color #ebb507

%55.56
%42.79
%1.65

CMYK Percentages of Color #ebb507

%0
%23
%97
%8

Triadic Colors of #ebb507

#ebb507 #07ebb5 #b507eb

Analogous Colors of #ebb507

#ebb507 #afeb07 #eb4307

Monochromatic Colors of #ebb507

#ebb507

Complementary Color

#ebb507 #073deb

#ebb507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb507 Color CSS Codes

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

#ebb507 Text Font Color

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

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


#ebb507 Background Color

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

This div background color is #ebb507


#ebb507 Border Color

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

This div border color is #ebb507


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,181,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ebb507; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ebb507;
  -webkit-box-shadow: 1px 1px 3px 2px #ebb507;
  box-shadow:         1px 1px 3px 2px #ebb507; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,181,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb507


Comments

No comments written yet.

Please login to write comment.