Color Hex Logo

#eba163 Color Hex

#EBA163
(235,161,99)
0 Favorites   0 Comments

Color spaces of #eba163

RGB 23516199
HSL0.080.770.65
HSV27°58°92°
CMYK 0.000.310.58   0.08
XYZ49.258044.052817.7112
Yxy44.05280.44370.3968
Hunter Lab66.372316.321830.6393
CIE-Lab72.263821.173443.0032

#eba163 color RGB value is (235,161,99).

#eba163 hex color red value is 235, green value is 161 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #eba163 hue: 0.08 , saturation: 0.77 and the lightness value of eba163 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100001 01100011
Octal 353 241 143
Decimal 235 161 99
Hex EB A1 63

RGB Percentages of Color #eba163

%47.47
%32.53
%20.00

CMYK Percentages of Color #eba163

%0
%31
%58
%8

Triadic Colors of #eba163

#eba163 #63eba1 #a163eb

Analogous Colors of #eba163

#eba163 #ebe563 #eb6369

Monochromatic Colors of #eba163

#eba163

Complementary Color

#eba163 #63adeb

#eba163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba163 Color CSS Codes

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

#eba163 Text Font Color

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

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


#eba163 Background Color

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

This div background color is #eba163


#eba163 Border Color

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

This div border color is #eba163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba163


Comments

No comments written yet.

Please login to write comment.