Color Hex Logo

#eba376 Color Hex

#EBA376
(235,163,118)
0 Favorites   0 Comments

Color spaces of #eba376

RGB 235163118
HSL0.060.750.69
HSV23°50°92°
CMYK 0.000.310.50   0.08
XYZ50.628245.164623.1888
Yxy45.16460.42550.3796
Hunter Lab67.204616.863926.5853
CIE-Lab73.000121.689334.0123

#eba376 color RGB value is (235,163,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100011 01110110
Octal 353 243 166
Decimal 235 163 118
Hex EB A3 76

RGB Percentages of Color #eba376

%45.54
%31.59
%22.87

CMYK Percentages of Color #eba376

%0
%31
%50
%8

Triadic Colors of #eba376

#eba376 #76eba3 #a376eb

Analogous Colors of #eba376

#eba376 #ebde76 #eb7684

Monochromatic Colors of #eba376

#eba376

Complementary Color

#eba376 #76beeb

#eba376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba376 Color CSS Codes

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

#eba376 Text Font Color

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

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


#eba376 Background Color

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

This div background color is #eba376


#eba376 Border Color

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

This div border color is #eba376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba376


Comments

No comments written yet.

Please login to write comment.