Color Hex Logo

#eeeb8a Color Hex

#EEEB8A
(238,235,138)
0 Favorites   0 Comments

Color spaces of #eeeb8a

RGB 238235138
HSL0.160.750.74
HSV58°42°93°
CMYK 0.000.010.42   0.07
XYZ69.555779.428835.7101
Yxy79.42880.37660.4301
Hunter Lab89.1228-16.655138.6294
CIE-Lab91.4280-12.475547.2965

#eeeb8a color RGB value is (238,235,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101011 10001010
Octal 356 353 212
Decimal 238 235 138
Hex EE EB 8A

RGB Percentages of Color #eeeb8a

%38.95
%38.46
%22.59

CMYK Percentages of Color #eeeb8a

%0
%1
%42
%7

Triadic Colors of #eeeb8a

#eeeb8a #8aeeeb #eb8aee

Analogous Colors of #eeeb8a

#eeeb8a #bfee8a #eeb98a

Monochromatic Colors of #eeeb8a

#eeeb8a

Complementary Color

#eeeb8a #8a8dee

#eeeb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeb8a Color CSS Codes

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

#eeeb8a Text Font Color

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

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


#eeeb8a Background Color

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

This div background color is #eeeb8a


#eeeb8a Border Color

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

This div border color is #eeeb8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeb8a


Comments

No comments written yet.

Please login to write comment.