Color Hex Logo

#eeeb94 Color Hex

#EEEB94
(238,235,148)
0 Favorites   0 Comments

Color spaces of #eeeb94

RGB 238235148
HSL0.160.730.76
HSV58°38°93°
CMYK 0.000.010.38   0.07
XYZ70.313579.731939.7009
Yxy79.73190.37060.4202
Hunter Lab89.2927-15.702536.1437
CIE-Lab91.5644-11.433342.5742

#eeeb94 color RGB value is (238,235,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101011 10010100
Octal 356 353 224
Decimal 238 235 148
Hex EE EB 94

RGB Percentages of Color #eeeb94

%38.33
%37.84
%23.83

CMYK Percentages of Color #eeeb94

%0
%1
%38
%7

Triadic Colors of #eeeb94

#eeeb94 #94eeeb #eb94ee

Analogous Colors of #eeeb94

#eeeb94 #c4ee94 #eebe94

Monochromatic Colors of #eeeb94

#eeeb94

Complementary Color

#eeeb94 #9497ee

#eeeb94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeb94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeb94 Color CSS Codes

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

#eeeb94 Text Font Color

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

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


#eeeb94 Background Color

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

This div background color is #eeeb94


#eeeb94 Border Color

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

This div border color is #eeeb94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeb94


Comments

No comments written yet.

Please login to write comment.