Color Hex Logo

#eba971 Color Hex

#EBA971
(235,169,113)
0 Favorites   0 Comments

Color spaces of #eba971

RGB 235169113
HSL0.080.750.68
HSV28°52°92°
CMYK 0.000.280.52   0.08
XYZ51.429647.230422.0285
Yxy47.23040.42610.3913
Hunter Lab68.724413.312129.1026
CIE-Lab74.336918.054838.3433

#eba971 color RGB value is (235,169,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101001 01110001
Octal 353 251 161
Decimal 235 169 113
Hex EB A9 71

RGB Percentages of Color #eba971

%45.45
%32.69
%21.86

CMYK Percentages of Color #eba971

%0
%28
%52
%8

Triadic Colors of #eba971

#eba971 #71eba9 #a971eb

Analogous Colors of #eba971

#eba971 #ebe671 #eb7176

Monochromatic Colors of #eba971

#eba971

Complementary Color

#eba971 #71b3eb

#eba971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba971 Color CSS Codes

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

#eba971 Text Font Color

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

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


#eba971 Background Color

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

This div background color is #eba971


#eba971 Border Color

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

This div border color is #eba971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba971


Comments

No comments written yet.

Please login to write comment.