Color Hex Logo

#eec894 Color Hex

#EEC894
(238,200,148)
0 Favorites   0 Comments

Color spaces of #eec894

RGB 238200148
HSL0.100.730.76
HSV35°38°93°
CMYK 0.000.160.38   0.07
XYZ61.259561.623836.6828
Yxy61.62380.38390.3862
Hunter Lab78.50081.919227.2448
CIE-Lab82.71306.411631.0295

#eec894 color RGB value is (238,200,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001000 10010100
Octal 356 310 224
Decimal 238 200 148
Hex EE C8 94

RGB Percentages of Color #eec894

%40.61
%34.13
%25.26

CMYK Percentages of Color #eec894

%0
%16
%38
%7

Triadic Colors of #eec894

#eec894 #94eec8 #c894ee

Analogous Colors of #eec894

#eec894 #e7ee94 #ee9b94

Monochromatic Colors of #eec894

#eec894

Complementary Color

#eec894 #94baee

#eec894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec894 Color CSS Codes

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

#eec894 Text Font Color

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

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


#eec894 Background Color

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

This div background color is #eec894


#eec894 Border Color

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

This div border color is #eec894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec894


Comments

No comments written yet.

Please login to write comment.