Color Hex Logo

#ebb807 Color Hex

#EBB807
(235,184,7)
0 Favorites   0 Comments

Color spaces of #ebb807

RGB 2351847
HSL0.130.940.47
HSV47°97°92°
CMYK 0.000.220.97   0.08
XYZ51.439851.95857.5188
Yxy51.95850.46380.4684
Hunter Lab72.08221.238444.2731
CIE-Lab77.25605.499478.7335

#ebb807 color RGB value is (235,184,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111000 00000111
Octal 353 270 7
Decimal 235 184 7
Hex EB B8 7

RGB Percentages of Color #ebb807

%55.16
%43.19
%1.64

CMYK Percentages of Color #ebb807

%0
%22
%97
%8

Triadic Colors of #ebb807

#ebb807 #07ebb8 #b807eb

Analogous Colors of #ebb807

#ebb807 #aceb07 #eb4607

Monochromatic Colors of #ebb807

#ebb807

Complementary Color

#ebb807 #073aeb

#ebb807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb807 Color CSS Codes

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

#ebb807 Text Font Color

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

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


#ebb807 Background Color

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

This div background color is #ebb807


#ebb807 Border Color

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

This div border color is #ebb807


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,184,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 #ebb807">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb807


Comments

No comments written yet.

Please login to write comment.