Color Hex Logo

#eba027 Color Hex

#EBA027
(235,160,39)
0 Favorites   0 Comments

Color spaces of #eba027

RGB 23516039
HSL0.100.830.54
HSV37°83°92°
CMYK 0.000.320.83   0.08
XYZ47.198042.95037.7221
Yxy42.95030.48220.4388
Hunter Lab65.536513.863138.8895
CIE-Lab71.521218.695568.1130

#eba027 color RGB value is (235,160,39).

#eba027 hex color red value is 235, green value is 160 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #eba027 hue: 0.10 , saturation: 0.83 and the lightness value of eba027 is 0.54.

The process color (four color CMYK) of #eba027 color hex is 0.00, 0.32, 0.83, 0.08. Web safe color of #eba027 is #ff9933. Color #eba027 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100000 00100111
Octal 353 240 47
Decimal 235 160 39
Hex EB A0 27

RGB Percentages of Color #eba027

%54.15
%36.87
%8.99

CMYK Percentages of Color #eba027

%0
%32
%83
%8

Triadic Colors of #eba027

#eba027 #27eba0 #a027eb

Analogous Colors of #eba027

#eba027 #d4eb27 #eb3e27

Monochromatic Colors of #eba027

#eba027

Complementary Color

#eba027 #2772eb

#eba027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba027 Color CSS Codes

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

#eba027 Text Font Color

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

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


#eba027 Background Color

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

This div background color is #eba027


#eba027 Border Color

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

This div border color is #eba027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba027


Comments

No comments written yet.

Please login to write comment.