Color Hex Logo

#eeed94 Color Hex

#EEED94
(238,237,148)
0 Favorites   0 Comments

Color spaces of #eeed94

RGB 238237148
HSL0.160.730.76
HSV59°38°93°
CMYK 0.000.000.38   0.07
XYZ70.889480.883639.8928
Yxy80.88360.36990.4220
Hunter Lab89.9353-16.688436.6553
CIE-Lab92.0799-12.423843.2330

#eeed94 color RGB value is (238,237,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101101 10010100
Octal 356 355 224
Decimal 238 237 148
Hex EE ED 94

RGB Percentages of Color #eeed94

%38.20
%38.04
%23.76

CMYK Percentages of Color #eeed94

%0
%0
%38
%7

Triadic Colors of #eeed94

#eeed94 #94eeed #ed94ee

Analogous Colors of #eeed94

#eeed94 #c2ee94 #eec094

Monochromatic Colors of #eeed94

#eeed94

Complementary Color

#eeed94 #9495ee

#eeed94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeed94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeed94 Color CSS Codes

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

#eeed94 Text Font Color

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

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


#eeed94 Background Color

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

This div background color is #eeed94


#eeed94 Border Color

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

This div border color is #eeed94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeed94


Comments

No comments written yet.

Please login to write comment.