Color Hex Logo

#eec194 Color Hex

#EEC194
(238,193,148)
0 Favorites   0 Comments

Color spaces of #eec194

RGB 238193148
HSL0.080.730.76
HSV30°38°93°
CMYK 0.000.190.38   0.07
XYZ59.675258.455236.1547
Yxy58.45520.38680.3789
Hunter Lab76.45605.524325.4820
CIE-Lab80.991210.077128.7320

#eec194 color RGB value is (238,193,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000001 10010100
Octal 356 301 224
Decimal 238 193 148
Hex EE C1 94

RGB Percentages of Color #eec194

%41.11
%33.33
%25.56

CMYK Percentages of Color #eec194

%0
%19
%38
%7

Triadic Colors of #eec194

#eec194 #94eec1 #c194ee

Analogous Colors of #eec194

#eec194 #eeee94 #ee9494

Monochromatic Colors of #eec194

#eec194

Complementary Color

#eec194 #94c1ee

#eec194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec194 Color CSS Codes

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

#eec194 Text Font Color

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

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


#eec194 Background Color

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

This div background color is #eec194


#eec194 Border Color

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

This div border color is #eec194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec194


Comments

No comments written yet.

Please login to write comment.