Color Hex Logo

#eeee95 Color Hex

#EEEE95
(238,238,149)
0 Favorites   0 Comments

Color spaces of #eeee95

RGB 238238149
HSL0.170.720.76
HSV60°37°93°
CMYK 0.000.000.37   0.07
XYZ71.259281.496140.4083
Yxy81.49610.36890.4219
Hunter Lab90.2752-17.081736.6537
CIE-Lab92.3520-12.809743.0884

#eeee95 color RGB value is (238,238,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101110 10010101
Octal 356 356 225
Decimal 238 238 149
Hex EE EE 95

RGB Percentages of Color #eeee95

%38.08
%38.08
%23.84

CMYK Percentages of Color #eeee95

%0
%0
%37
%7

Triadic Colors of #eeee95

#eeee95 #95eeee #ee95ee

Analogous Colors of #eeee95

#eeee95 #c2ee95 #eec295

Monochromatic Colors of #eeee95

#eeee95

Complementary Color

#eeee95 #9595ee

#eeee95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeee95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeee95 Color CSS Codes

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

#eeee95 Text Font Color

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

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


#eeee95 Background Color

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

This div background color is #eeee95


#eeee95 Border Color

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

This div border color is #eeee95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeee95


Comments

No comments written yet.

Please login to write comment.