Color Hex Logo

#eaaebb Color Hex

#EAAEBB
(234,174,187)
0 Favorites   0 Comments

Color spaces of #eaaebb

RGB 234174187
HSL0.960.590.80
HSV347°26°92°
CMYK 0.000.260.20   0.08
XYZ58.037451.352453.8668
Yxy51.35240.35550.3146
Hunter Lab71.660619.15985.5945
CIE-Lab76.892023.79301.9790

#eaaebb color RGB value is (234,174,187).

#eaaebb hex color red value is 234, green value is 174 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #eaaebb hue: 0.96 , saturation: 0.59 and the lightness value of eaaebb is 0.80.

The process color (four color CMYK) of #eaaebb color hex is 0.00, 0.26, 0.20, 0.08. Web safe color of #eaaebb is #ff99cc. Color #eaaebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101110 10111011
Octal 352 256 273
Decimal 234 174 187
Hex EA AE BB

RGB Percentages of Color #eaaebb

%39.33
%29.24
%31.43

CMYK Percentages of Color #eaaebb

%0
%26
%20
%8

Triadic Colors of #eaaebb

#eaaebb #bbeaae #aebbea

Analogous Colors of #eaaebb

#eaaebb #eabfae #eaaed9

Monochromatic Colors of #eaaebb

#eaaebb

Complementary Color

#eaaebb #aeeadd

#eaaebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaebb Color CSS Codes

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

#eaaebb Text Font Color

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

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


#eaaebb Background Color

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

This div background color is #eaaebb


#eaaebb Border Color

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

This div border color is #eaaebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,174,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaebb


Comments

No comments written yet.

Please login to write comment.