Color Hex Logo

#ebb802 Color Hex

#EBB802
(235,184,2)
0 Favorites   0 Comments

Color spaces of #ebb802

RGB 2351842
HSL0.130.980.46
HSV47°99°92°
CMYK 0.000.220.99   0.08
XYZ51.412451.94757.3746
Yxy51.94750.46430.4691
Hunter Lab72.07461.197444.3857
CIE-Lab77.24945.455479.2501

#ebb802 color RGB value is (235,184,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111000 00000010
Octal 353 270 2
Decimal 235 184 2
Hex EB B8 2

RGB Percentages of Color #ebb802

%55.82
%43.71
%0.48

CMYK Percentages of Color #ebb802

%0
%22
%99
%8

Triadic Colors of #ebb802

#ebb802 #02ebb8 #b802eb

Analogous Colors of #ebb802

#ebb802 #aaeb02 #eb4402

Monochromatic Colors of #ebb802

#ebb802

Complementary Color

#ebb802 #0235eb

#ebb802 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb802 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb802 Color CSS Codes

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

#ebb802 Text Font Color

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

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


#ebb802 Background Color

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

This div background color is #ebb802


#ebb802 Border Color

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

This div border color is #ebb802


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb802


Comments

No comments written yet.

Please login to write comment.