Color Hex Logo

#ebb805 Color Hex

#EBB805
(235,184,5)
0 Favorites   0 Comments

Color spaces of #ebb805

RGB 2351845
HSL0.130.960.47
HSV47°98°92°
CMYK 0.000.220.98   0.08
XYZ51.428851.95417.4611
Yxy51.95410.46400.4687
Hunter Lab72.07921.221944.3182
CIE-Lab77.25345.481778.9394

#ebb805 color RGB value is (235,184,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111000 00000101
Octal 353 270 5
Decimal 235 184 5
Hex EB B8 5

RGB Percentages of Color #ebb805

%55.42
%43.40
%1.18

CMYK Percentages of Color #ebb805

%0
%22
%98
%8

Triadic Colors of #ebb805

#ebb805 #05ebb8 #b805eb

Analogous Colors of #ebb805

#ebb805 #abeb05 #eb4505

Monochromatic Colors of #ebb805

#ebb805

Complementary Color

#ebb805 #0538eb

#ebb805 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb805 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb805 Color CSS Codes

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

#ebb805 Text Font Color

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

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


#ebb805 Background Color

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

This div background color is #ebb805


#ebb805 Border Color

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

This div border color is #ebb805


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb805


Comments

No comments written yet.

Please login to write comment.