Color Hex Logo

#eaabba Color Hex

#EAABBA
(234,171,186)
0 Favorites   0 Comments

Color spaces of #eaabba

RGB 234171186
HSL0.960.600.79
HSV346°27°92°
CMYK 0.000.270.21   0.08
XYZ57.357550.163453.1138
Yxy50.16340.35710.3123
Hunter Lab70.826120.60995.1156
CIE-Lab76.169425.24441.4738

#eaabba color RGB value is (234,171,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101011 10111010
Octal 352 253 272
Decimal 234 171 186
Hex EA AB BA

RGB Percentages of Color #eaabba

%39.59
%28.93
%31.47

CMYK Percentages of Color #eaabba

%0
%27
%21
%8

Triadic Colors of #eaabba

#eaabba #baeaab #abbaea

Analogous Colors of #eaabba

#eaabba #eabcab #eaabda

Monochromatic Colors of #eaabba

#eaabba

Complementary Color

#eaabba #abeadb

#eaabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaabba Color CSS Codes

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

#eaabba Text Font Color

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

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


#eaabba Background Color

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

This div background color is #eaabba


#eaabba Border Color

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

This div border color is #eaabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaabba


Comments

No comments written yet.

Please login to write comment.