Color Hex Logo

#eeb994 Color Hex

#EEB994
(238,185,148)
0 Favorites   0 Comments

Color spaces of #eeb994

RGB 238185148
HSL0.070.730.76
HSV25°38°93°
CMYK 0.000.220.38   0.07
XYZ57.954255.013235.5811
Yxy55.01320.39010.3703
Hunter Lab74.17099.673823.4771
CIE-Lab79.048914.293226.1195

#eeb994 color RGB value is (238,185,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111001 10010100
Octal 356 271 224
Decimal 238 185 148
Hex EE B9 94

RGB Percentages of Color #eeb994

%41.68
%32.40
%25.92

CMYK Percentages of Color #eeb994

%0
%22
%38
%7

Triadic Colors of #eeb994

#eeb994 #94eeb9 #b994ee

Analogous Colors of #eeb994

#eeb994 #eee694 #ee949c

Monochromatic Colors of #eeb994

#eeb994

Complementary Color

#eeb994 #94c9ee

#eeb994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb994 Color CSS Codes

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

#eeb994 Text Font Color

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

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


#eeb994 Background Color

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

This div background color is #eeb994


#eeb994 Border Color

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

This div border color is #eeb994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb994


Comments

No comments written yet.

Please login to write comment.