Color Hex Logo

#eaabbe Color Hex

#EAABBE
(234,171,190)
0 Favorites   0 Comments

Color spaces of #eaabbe

RGB 234171190
HSL0.950.600.79
HSV342°27°92°
CMYK 0.000.270.19   0.08
XYZ57.788950.336055.3852
Yxy50.33600.35340.3078
Hunter Lab70.947921.23423.3790
CIE-Lab76.275025.8459-0.5572

#eaabbe color RGB value is (234,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 10111110
Octal 352 253 276
Decimal 234 171 190
Hex EA AB BE

RGB Percentages of Color #eaabbe

%39.33
%28.74
%31.93

CMYK Percentages of Color #eaabbe

%0
%27
%19
%8

Triadic Colors of #eaabbe

#eaabbe #beeaab #abbeea

Analogous Colors of #eaabbe

#eaabbe #eab8ab #eaabde

Monochromatic Colors of #eaabbe

#eaabbe

Complementary Color

#eaabbe #abead7

#eaabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaabbe Color CSS Codes

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

#eaabbe Text Font Color

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

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


#eaabbe Background Color

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

This div background color is #eaabbe


#eaabbe Border Color

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

This div border color is #eaabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaabbe


Comments

No comments written yet.

Please login to write comment.