Color Hex Logo

#eba477 Color Hex

#EBA477
(235,164,119)
0 Favorites   0 Comments

Color spaces of #eba477

RGB 235164119
HSL0.060.740.69
HSV23°49°92°
CMYK 0.000.300.49   0.08
XYZ50.866245.545023.5629
Yxy45.54500.42400.3796
Hunter Lab67.487016.436426.5400
CIE-Lab73.249321.249533.8030

#eba477 color RGB value is (235,164,119).

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

The process color (four color CMYK) of #eba477 color hex is 0.00, 0.30, 0.49, 0.08. Web safe color of #eba477 is #ff9966. Color #eba477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100100 01110111
Octal 353 244 167
Decimal 235 164 119
Hex EB A4 77

RGB Percentages of Color #eba477

%45.37
%31.66
%22.97

CMYK Percentages of Color #eba477

%0
%30
%49
%8

Triadic Colors of #eba477

#eba477 #77eba4 #a477eb

Analogous Colors of #eba477

#eba477 #ebde77 #eb7784

Monochromatic Colors of #eba477

#eba477

Complementary Color

#eba477 #77beeb

#eba477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba477 Color CSS Codes

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

#eba477 Text Font Color

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

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


#eba477 Background Color

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

This div background color is #eba477


#eba477 Border Color

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

This div border color is #eba477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba477


Comments

No comments written yet.

Please login to write comment.