Color Hex Logo

#eba371 Color Hex

#EBA371
(235,163,113)
0 Favorites   0 Comments

Color spaces of #eba371

RGB 235163113
HSL0.070.750.68
HSV25°52°92°
CMYK 0.000.310.52   0.08
XYZ50.338845.048821.6649
Yxy45.04880.43010.3849
Hunter Lab67.118416.417827.8449
CIE-Lab72.924021.243736.5569

#eba371 color RGB value is (235,163,113).

#eba371 hex color red value is 235, green value is 163 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #eba371 hue: 0.07 , saturation: 0.75 and the lightness value of eba371 is 0.68.

The process color (four color CMYK) of #eba371 color hex is 0.00, 0.31, 0.52, 0.08. Web safe color of #eba371 is #ff9966. Color #eba371 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100011 01110001
Octal 353 243 161
Decimal 235 163 113
Hex EB A3 71

RGB Percentages of Color #eba371

%45.99
%31.90
%22.11

CMYK Percentages of Color #eba371

%0
%31
%52
%8

Triadic Colors of #eba371

#eba371 #71eba3 #a371eb

Analogous Colors of #eba371

#eba371 #ebe071 #eb717c

Monochromatic Colors of #eba371

#eba371

Complementary Color

#eba371 #71b9eb

#eba371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba371 Color CSS Codes

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

#eba371 Text Font Color

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

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


#eba371 Background Color

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

This div background color is #eba371


#eba371 Border Color

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

This div border color is #eba371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba371


Comments

No comments written yet.

Please login to write comment.