Color Hex Logo

#eba973 Color Hex

#EBA973
(235,169,115)
0 Favorites   0 Comments

Color spaces of #eba973

RGB 235169115
HSL0.080.750.69
HSV27°51°92°
CMYK 0.000.280.51   0.08
XYZ51.543447.275922.6282
Yxy47.27590.42440.3893
Hunter Lab68.757513.485328.6178
CIE-Lab74.365918.230137.3374

#eba973 color RGB value is (235,169,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101001 01110011
Octal 353 251 163
Decimal 235 169 115
Hex EB A9 73

RGB Percentages of Color #eba973

%45.28
%32.56
%22.16

CMYK Percentages of Color #eba973

%0
%28
%51
%8

Triadic Colors of #eba973

#eba973 #73eba9 #a973eb

Analogous Colors of #eba973

#eba973 #ebe573 #eb7379

Monochromatic Colors of #eba973

#eba973

Complementary Color

#eba973 #73b5eb

#eba973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba973 Color CSS Codes

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

#eba973 Text Font Color

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

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


#eba973 Background Color

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

This div background color is #eba973


#eba973 Border Color

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

This div border color is #eba973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba973


Comments

No comments written yet.

Please login to write comment.