Color Hex Logo

#eabecb Color Hex

#EABECB
(234,190,203)
0 Favorites   0 Comments

Color spaces of #eabecb

RGB 234190203
HSL0.950.510.83
HSV342°19°92°
CMYK 0.000.190.13   0.08
XYZ63.124658.631164.4898
Yxy58.63110.33890.3148
Hunter Lab76.570913.15513.6643
CIE-Lab81.088417.7534-0.5666

#eabecb color RGB value is (234,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 11001011
Octal 352 276 313
Decimal 234 190 203
Hex EA BE CB

RGB Percentages of Color #eabecb

%37.32
%30.30
%32.38

CMYK Percentages of Color #eabecb

%0
%19
%13
%8

Triadic Colors of #eabecb

#eabecb #cbeabe #becbea

Analogous Colors of #eabecb

#eabecb #eac7be #eabee1

Monochromatic Colors of #eabecb

#eabecb

Complementary Color

#eabecb #beeadd

#eabecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabecb Color CSS Codes

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

#eabecb Text Font Color

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

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


#eabecb Background Color

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

This div background color is #eabecb


#eabecb Border Color

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

This div border color is #eabecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabecb


Comments

No comments written yet.

Please login to write comment.