Color Hex Logo

#eea9be Color Hex

#EEA9BE
(238,169,190)
0 Favorites   0 Comments

Color spaces of #eea9be

RGB 238169190
HSL0.950.670.80
HSV342°29°93°
CMYK 0.000.290.20   0.07
XYZ58.742150.270855.3224
Yxy50.27080.35750.3059
Hunter Lab70.901923.80863.3693
CIE-Lab76.235228.3340-0.5655

#eea9be color RGB value is (238,169,190).

#eea9be hex color red value is 238, green value is 169 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #eea9be hue: 0.95 , saturation: 0.67 and the lightness value of eea9be is 0.80.

The process color (four color CMYK) of #eea9be color hex is 0.00, 0.29, 0.20, 0.07. Web safe color of #eea9be is #ff99cc. Color #eea9be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101001 10111110
Octal 356 251 276
Decimal 238 169 190
Hex EE A9 BE

RGB Percentages of Color #eea9be

%39.87
%28.31
%31.83

CMYK Percentages of Color #eea9be

%0
%29
%20
%7

Triadic Colors of #eea9be

#eea9be #beeea9 #a9beee

Analogous Colors of #eea9be

#eea9be #eeb7a9 #eea9e1

Monochromatic Colors of #eea9be

#eea9be

Complementary Color

#eea9be #a9eed9

#eea9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea9be Color CSS Codes

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

#eea9be Text Font Color

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

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


#eea9be Background Color

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

This div background color is #eea9be


#eea9be Border Color

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

This div border color is #eea9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea9be


Comments

No comments written yet.

Please login to write comment.