Color Hex Logo

#eea198 Color Hex

#EEA198
(238,161,152)
0 Favorites   0 Comments

Color spaces of #eea198

RGB 238161152
HSL0.020.720.76
HSV36°93°
CMYK 0.000.320.36   0.07
XYZ53.672345.933935.7431
Yxy45.93390.39650.3394
Hunter Lab67.774622.753016.1737
CIE-Lab73.502627.489216.3482

#eea198 color RGB value is (238,161,152).

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

The process color (four color CMYK) of #eea198 color hex is 0.00, 0.32, 0.36, 0.07. Web safe color of #eea198 is #ff9999. Color #eea198 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100001 10011000
Octal 356 241 230
Decimal 238 161 152
Hex EE A1 98

RGB Percentages of Color #eea198

%43.19
%29.22
%27.59

CMYK Percentages of Color #eea198

%0
%32
%36
%7

Triadic Colors of #eea198

#eea198 #98eea1 #a198ee

Analogous Colors of #eea198

#eea198 #eecc98 #ee98ba

Monochromatic Colors of #eea198

#eea198

Complementary Color

#eea198 #98e5ee

#eea198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea198 Color CSS Codes

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

#eea198 Text Font Color

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

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


#eea198 Background Color

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

This div background color is #eea198


#eea198 Border Color

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

This div border color is #eea198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea198


Comments

No comments written yet.

Please login to write comment.