Color Hex Logo

#eba372 Color Hex

#EBA372
(235,163,114)
0 Favorites   0 Comments

Color spaces of #eba372

RGB 235163114
HSL0.070.750.68
HSV24°51°92°
CMYK 0.000.310.51   0.08
XYZ50.395445.071521.9631
Yxy45.07150.42920.3838
Hunter Lab67.135316.505027.5982
CIE-Lab72.938921.330936.0494

#eba372 color RGB value is (235,163,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100011 01110010
Octal 353 243 162
Decimal 235 163 114
Hex EB A3 72

RGB Percentages of Color #eba372

%45.90
%31.84
%22.27

CMYK Percentages of Color #eba372

%0
%31
%51
%8

Triadic Colors of #eba372

#eba372 #72eba3 #a372eb

Analogous Colors of #eba372

#eba372 #ebe072 #eb727e

Monochromatic Colors of #eba372

#eba372

Complementary Color

#eba372 #72baeb

#eba372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba372 Color CSS Codes

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

#eba372 Text Font Color

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

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


#eba372 Background Color

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

This div background color is #eba372


#eba372 Border Color

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

This div border color is #eba372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba372


Comments

No comments written yet.

Please login to write comment.