Color Hex Logo

#eea898 Color Hex

#EEA898
(238,168,152)
0 Favorites   0 Comments

Color spaces of #eea898

RGB 238168152
HSL0.030.720.76
HSV11°36°93°
CMYK 0.000.290.36   0.07
XYZ54.930048.449436.1623
Yxy48.44940.39360.3472
Hunter Lab69.605619.055417.9209
CIE-Lab75.107523.774918.5780

#eea898 color RGB value is (238,168,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101000 10011000
Octal 356 250 230
Decimal 238 168 152
Hex EE A8 98

RGB Percentages of Color #eea898

%42.65
%30.11
%27.24

CMYK Percentages of Color #eea898

%0
%29
%36
%7

Triadic Colors of #eea898

#eea898 #98eea8 #a898ee

Analogous Colors of #eea898

#eea898 #eed398 #ee98b3

Monochromatic Colors of #eea898

#eea898

Complementary Color

#eea898 #98deee

#eea898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea898 Color CSS Codes

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

#eea898 Text Font Color

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

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


#eea898 Background Color

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

This div background color is #eea898


#eea898 Border Color

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

This div border color is #eea898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea898


Comments

No comments written yet.

Please login to write comment.