Color Hex Logo

#eabbea Color Hex

#EABBEA
(234,187,234)
0 Favorites   0 Comments

Color spaces of #eabbea

RGB 234187234
HSL0.830.530.83
HSV300°20°92°
CMYK 0.000.200.00   0.08
XYZ66.553358.973685.7172
Yxy58.97360.31510.2792
Hunter Lab76.794320.3060-12.4231
CIE-Lab81.277124.6996-16.9521

#eabbea color RGB value is (234,187,234).

#eabbea hex color red value is 234, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #eabbea hue: 0.83 , saturation: 0.53 and the lightness value of eabbea is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111011 11101010
Octal 352 273 352
Decimal 234 187 234
Hex EA BB EA

RGB Percentages of Color #eabbea

%35.73
%28.55
%35.73

CMYK Percentages of Color #eabbea

%0
%20
%0
%8

Triadic Colors of #eabbea

#eabbea #eaeabb #bbeaea

Analogous Colors of #eabbea

#eabbea #eabbd3 #d3bbea

Monochromatic Colors of #eabbea

#eabbea

Complementary Color

#eabbea #bbeabb

#eabbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabbea Color CSS Codes

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

#eabbea Text Font Color

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

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


#eabbea Background Color

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

This div background color is #eabbea


#eabbea Border Color

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

This div border color is #eabbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabbea


Comments

No comments written yet.

Please login to write comment.