Color Hex Logo

#eba174 Color Hex

#EBA174
(235,161,116)
0 Favorites   0 Comments

Color spaces of #eba174

RGB 235161116
HSL0.060.750.69
HSV23°51°92°
CMYK 0.000.310.51   0.08
XYZ50.158244.412922.4519
Yxy44.41290.42860.3795
Hunter Lab66.643017.721026.6754
CIE-Lab72.503622.571434.4350

#eba174 color RGB value is (235,161,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100001 01110100
Octal 353 241 164
Decimal 235 161 116
Hex EB A1 74

RGB Percentages of Color #eba174

%45.90
%31.45
%22.66

CMYK Percentages of Color #eba174

%0
%31
%51
%8

Triadic Colors of #eba174

#eba174 #74eba1 #a174eb

Analogous Colors of #eba174

#eba174 #ebdd74 #eb7483

Monochromatic Colors of #eba174

#eba174

Complementary Color

#eba174 #74beeb

#eba174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba174 Color CSS Codes

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

#eba174 Text Font Color

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

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


#eba174 Background Color

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

This div background color is #eba174


#eba174 Border Color

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

This div border color is #eba174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba174


Comments

No comments written yet.

Please login to write comment.