Color Hex Logo

#eeee94 Color Hex

#EEEE94
(238,238,148)
0 Favorites   0 Comments

Color spaces of #eeee94

RGB 238238148
HSL0.170.730.76
HSV60°38°93°
CMYK 0.000.000.38   0.07
XYZ71.179781.464339.9896
Yxy81.46430.36950.4229
Hunter Lab90.2576-17.180636.9112
CIE-Lab92.3379-12.917943.5622

#eeee94 color RGB value is (238,238,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101110 10010100
Octal 356 356 224
Decimal 238 238 148
Hex EE EE 94

RGB Percentages of Color #eeee94

%38.14
%38.14
%23.72

CMYK Percentages of Color #eeee94

%0
%0
%38
%7

Triadic Colors of #eeee94

#eeee94 #94eeee #ee94ee

Analogous Colors of #eeee94

#eeee94 #c1ee94 #eec194

Monochromatic Colors of #eeee94

#eeee94

Complementary Color

#eeee94 #9494ee

#eeee94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeee94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeee94 Color CSS Codes

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

#eeee94 Text Font Color

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

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


#eeee94 Background Color

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

This div background color is #eeee94


#eeee94 Border Color

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

This div border color is #eeee94


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,238,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 #eeee94">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeee94


Comments

No comments written yet.

Please login to write comment.