Color Hex Logo

#eeb081 Color Hex

#EEB081
(238,176,129)
0 Favorites   0 Comments

Color spaces of #eeb081

RGB 238176129
HSL0.070.760.72
HSV26°46°93°
CMYK 0.000.260.46   0.07
XYZ54.747750.812827.6912
Yxy50.81280.41090.3813
Hunter Lab71.283112.348326.8659
CIE-Lab76.565517.029232.8819

#eeb081 color RGB value is (238,176,129).

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

The process color (four color CMYK) of #eeb081 color hex is 0.00, 0.26, 0.46, 0.07. Web safe color of #eeb081 is #ff9999. Color #eeb081 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110000 10000001
Octal 356 260 201
Decimal 238 176 129
Hex EE B0 81

RGB Percentages of Color #eeb081

%43.83
%32.41
%23.76

CMYK Percentages of Color #eeb081

%0
%26
%46
%7

Triadic Colors of #eeb081

#eeb081 #81eeb0 #b081ee

Analogous Colors of #eeb081

#eeb081 #eee781 #ee8189

Monochromatic Colors of #eeb081

#eeb081

Complementary Color

#eeb081 #81bfee

#eeb081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb081 Color CSS Codes

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

#eeb081 Text Font Color

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

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


#eeb081 Background Color

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

This div background color is #eeb081


#eeb081 Border Color

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

This div border color is #eeb081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb081


Comments

No comments written yet.

Please login to write comment.