Color Hex Logo

#e8ba03 Color Hex

#E8BA03
(232,186,3)
0 Favorites   0 Comments

Color spaces of #e8ba03

RGB 2321863
HSL0.130.970.46
HSV48°99°91°
CMYK 0.000.200.99   0.09
XYZ50.854152.28027.4969
Yxy52.28020.45970.4726
Hunter Lab72.3050-0.989944.4661
CIE-Lab77.44813.119179.1444

#e8ba03 color RGB value is (232,186,3).

#e8ba03 hex color red value is 232, green value is 186 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #e8ba03 hue: 0.13 , saturation: 0.97 and the lightness value of e8ba03 is 0.46.

The process color (four color CMYK) of #e8ba03 color hex is 0.00, 0.20, 0.99, 0.09. Web safe color of #e8ba03 is #ffcc00. Color #e8ba03 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111010 00000011
Octal 350 272 3
Decimal 232 186 3
Hex E8 BA 3

RGB Percentages of Color #e8ba03

%55.11
%44.18
%0.71

CMYK Percentages of Color #e8ba03

%0
%20
%99
%9

Triadic Colors of #e8ba03

#e8ba03 #03e8ba #ba03e8

Analogous Colors of #e8ba03

#e8ba03 #a4e803 #e84703

Monochromatic Colors of #e8ba03

#e8ba03

Complementary Color

#e8ba03 #0331e8

#e8ba03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8ba03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8ba03 Color CSS Codes

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

#e8ba03 Text Font Color

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

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


#e8ba03 Background Color

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

This div background color is #e8ba03


#e8ba03 Border Color

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

This div border color is #e8ba03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8ba03


Comments

No comments written yet.

Please login to write comment.