Color Hex Logo

#eba52b Color Hex

#EBA52B
(235,165,43)
0 Favorites   0 Comments

Color spaces of #eba52b

RGB 23516543
HSL0.110.830.55
HSV38°82°92°
CMYK 0.000.300.82   0.08
XYZ48.152144.74698.3846
Yxy44.74690.47540.4418
Hunter Lab66.893111.427839.3936
CIE-Lab72.724916.157367.8855

#eba52b color RGB value is (235,165,43).

#eba52b hex color red value is 235, green value is 165 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #eba52b hue: 0.11 , saturation: 0.83 and the lightness value of eba52b is 0.55.

The process color (four color CMYK) of #eba52b color hex is 0.00, 0.30, 0.82, 0.08. Web safe color of #eba52b is #ff9933. Color #eba52b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100101 00101011
Octal 353 245 53
Decimal 235 165 43
Hex EB A5 2B

RGB Percentages of Color #eba52b

%53.05
%37.25
%9.71

CMYK Percentages of Color #eba52b

%0
%30
%82
%8

Triadic Colors of #eba52b

#eba52b #2beba5 #a52beb

Analogous Colors of #eba52b

#eba52b #d1eb2b #eb452b

Monochromatic Colors of #eba52b

#eba52b

Complementary Color

#eba52b #2b71eb

#eba52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba52b Color CSS Codes

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

#eba52b Text Font Color

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

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


#eba52b Background Color

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

This div background color is #eba52b


#eba52b Border Color

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

This div border color is #eba52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba52b


Comments

No comments written yet.

Please login to write comment.