Color Hex Logo

#eba12b Color Hex

#EBA12B
(235,161,43)
0 Favorites   0 Comments

Color spaces of #eba12b

RGB 23516143
HSL0.100.830.55
HSV37°82°92°
CMYK 0.000.310.82   0.08
XYZ47.441943.32638.1479
Yxy43.32630.47960.4380
Hunter Lab65.822713.464638.7367
CIE-Lab71.775918.278767.0576

#eba12b color RGB value is (235,161,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100001 00101011
Octal 353 241 53
Decimal 235 161 43
Hex EB A1 2B

RGB Percentages of Color #eba12b

%53.53
%36.67
%9.79

CMYK Percentages of Color #eba12b

%0
%31
%82
%8

Triadic Colors of #eba12b

#eba12b #2beba1 #a12beb

Analogous Colors of #eba12b

#eba12b #d5eb2b #eb412b

Monochromatic Colors of #eba12b

#eba12b

Complementary Color

#eba12b #2b75eb

#eba12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba12b Color CSS Codes

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

#eba12b Text Font Color

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

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


#eba12b Background Color

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

This div background color is #eba12b


#eba12b Border Color

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

This div border color is #eba12b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,161,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 #eba12b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba12b


Comments

No comments written yet.

Please login to write comment.