Color Hex Logo

#eeeb9a Color Hex

#EEEB9A
(238,235,154)
0 Favorites   0 Comments

Color spaces of #eeeb9a

RGB 238235154
HSL0.160.710.77
HSV58°35°93°
CMYK 0.000.010.35   0.07
XYZ70.801079.926942.2677
Yxy79.92690.36690.4141
Hunter Lab89.4018-15.091734.5500
CIE-Lab91.6521-10.768339.7100

#eeeb9a color RGB value is (238,235,154).

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

The process color (four color CMYK) of #eeeb9a color hex is 0.00, 0.01, 0.35, 0.07. Web safe color of #eeeb9a is #ffff99. Color #eeeb9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101011 10011010
Octal 356 353 232
Decimal 238 235 154
Hex EE EB 9A

RGB Percentages of Color #eeeb9a

%37.96
%37.48
%24.56

CMYK Percentages of Color #eeeb9a

%0
%1
%35
%7

Triadic Colors of #eeeb9a

#eeeb9a #9aeeeb #eb9aee

Analogous Colors of #eeeb9a

#eeeb9a #c7ee9a #eec19a

Monochromatic Colors of #eeeb9a

#eeeb9a

Complementary Color

#eeeb9a #9a9dee

#eeeb9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeb9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeb9a Color CSS Codes

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

#eeeb9a Text Font Color

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

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


#eeeb9a Background Color

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

This div background color is #eeeb9a


#eeeb9a Border Color

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

This div border color is #eeeb9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeb9a


Comments

No comments written yet.

Please login to write comment.