Color Hex Logo

#eaa9be Color Hex

#EAA9BE
(234,169,190)
0 Favorites   0 Comments

Color spaces of #eaa9be

RGB 234169190
HSL0.950.610.79
HSV341°28°92°
CMYK 0.000.280.19   0.08
XYZ57.413949.586155.2602
Yxy49.58610.35380.3056
Hunter Lab70.417422.30722.7642
CIE-Lab75.814526.9127-1.2310

#eaa9be color RGB value is (234,169,190).

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

The process color (four color CMYK) of #eaa9be color hex is 0.00, 0.28, 0.19, 0.08. Web safe color of #eaa9be is #ff99cc. Color #eaa9be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101001 10111110
Octal 352 251 276
Decimal 234 169 190
Hex EA A9 BE

RGB Percentages of Color #eaa9be

%39.46
%28.50
%32.04

CMYK Percentages of Color #eaa9be

%0
%28
%19
%8

Triadic Colors of #eaa9be

#eaa9be #beeaa9 #a9beea

Analogous Colors of #eaa9be

#eaa9be #eab5a9 #eaa9df

Monochromatic Colors of #eaa9be

#eaa9be

Complementary Color

#eaa9be #a9ead5

#eaa9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaa9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaa9be Color CSS Codes

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

#eaa9be Text Font Color

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

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


#eaa9be Background Color

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

This div background color is #eaa9be


#eaa9be Border Color

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

This div border color is #eaa9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaa9be


Comments

No comments written yet.

Please login to write comment.