Color Hex Logo

#eeb07e Color Hex

#EEB07E
(238,176,126)
0 Favorites   0 Comments

Color spaces of #eeb07e

RGB 238176126
HSL0.070.770.71
HSV27°47°93°
CMYK 0.000.260.47   0.07
XYZ54.551150.734226.6562
Yxy50.73420.41340.3845
Hunter Lab71.227912.058327.6710
CIE-Lab76.517716.736534.3983

#eeb07e color RGB value is (238,176,126).

#eeb07e hex color red value is 238, green value is 176 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #eeb07e hue: 0.07 , saturation: 0.77 and the lightness value of eeb07e is 0.71.

The process color (four color CMYK) of #eeb07e color hex is 0.00, 0.26, 0.47, 0.07. Web safe color of #eeb07e is #ff9966. Color #eeb07e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110000 01111110
Octal 356 260 176
Decimal 238 176 126
Hex EE B0 7E

RGB Percentages of Color #eeb07e

%44.07
%32.59
%23.33

CMYK Percentages of Color #eeb07e

%0
%26
%47
%7

Triadic Colors of #eeb07e

#eeb07e #7eeeb0 #b07eee

Analogous Colors of #eeb07e

#eeb07e #eee87e #ee7e84

Monochromatic Colors of #eeb07e

#eeb07e

Complementary Color

#eeb07e #7ebcee

#eeb07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb07e Color CSS Codes

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

#eeb07e Text Font Color

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

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


#eeb07e Background Color

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

This div background color is #eeb07e


#eeb07e Border Color

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

This div border color is #eeb07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb07e


Comments

No comments written yet.

Please login to write comment.