Color Hex Logo

#eeb370 Color Hex

#EEB370
(238,179,112)
0 Favorites   0 Comments

Color spaces of #eeb370

RGB 238179112
HSL0.090.790.69
HSV32°53°93°
CMYK 0.000.250.53   0.07
XYZ54.304651.587222.4244
Yxy51.58720.42320.4020
Hunter Lab71.82429.267231.7659
CIE-Lab77.033313.887242.2932

#eeb370 color RGB value is (238,179,112).

#eeb370 hex color red value is 238, green value is 179 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #eeb370 hue: 0.09 , saturation: 0.79 and the lightness value of eeb370 is 0.69.

The process color (four color CMYK) of #eeb370 color hex is 0.00, 0.25, 0.53, 0.07. Web safe color of #eeb370 is #ffcc66. Color #eeb370 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110011 01110000
Octal 356 263 160
Decimal 238 179 112
Hex EE B3 70

RGB Percentages of Color #eeb370

%44.99
%33.84
%21.17

CMYK Percentages of Color #eeb370

%0
%25
%53
%7

Triadic Colors of #eeb370

#eeb370 #70eeb3 #b370ee

Analogous Colors of #eeb370

#eeb370 #eaee70 #ee7470

Monochromatic Colors of #eeb370

#eeb370

Complementary Color

#eeb370 #70abee

#eeb370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb370 Color CSS Codes

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

#eeb370 Text Font Color

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

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


#eeb370 Background Color

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

This div background color is #eeb370


#eeb370 Border Color

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

This div border color is #eeb370


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,179,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eeb370; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eeb370;
  -webkit-box-shadow: 1px 1px 3px 2px #eeb370;
  box-shadow:         1px 1px 3px 2px #eeb370; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,179,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb370


Comments

No comments written yet.

Please login to write comment.