Color Hex Logo

#eabebb Color Hex

#EABEBB
(234,190,187)
0 Favorites   0 Comments

Color spaces of #eabebb

RGB 234190187
HSL0.010.530.83
HSV20°92°
CMYK 0.000.190.20   0.08
XYZ61.314857.907254.9593
Yxy57.90720.35200.3325
Hunter Lab76.096810.656610.4468
CIE-Lab80.687215.27347.4602

#eabebb color RGB value is (234,190,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 10111011
Octal 352 276 273
Decimal 234 190 187
Hex EA BE BB

RGB Percentages of Color #eabebb

%38.30
%31.10
%30.61

CMYK Percentages of Color #eabebb

%0
%19
%20
%8

Triadic Colors of #eabebb

#eabebb #bbeabe #bebbea

Analogous Colors of #eabebb

#eabebb #ead6bb #eabbd0

Monochromatic Colors of #eabebb

#eabebb

Complementary Color

#eabebb #bbe7ea

#eabebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabebb Color CSS Codes

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

#eabebb Text Font Color

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

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


#eabebb Background Color

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

This div background color is #eabebb


#eabebb Border Color

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

This div border color is #eabebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabebb


Comments

No comments written yet.

Please login to write comment.