Color Hex Logo

#ebaaba Color Hex

#EBAABA
(235,170,186)
0 Favorites   0 Comments

Color spaces of #ebaaba

RGB 235170186
HSL0.960.620.79
HSV345°28°92°
CMYK 0.000.280.21   0.08
XYZ57.498649.956853.0665
Yxy49.95680.35820.3112
Hunter Lab70.680121.52034.9613
CIE-Lab76.042726.13671.3021

#ebaaba color RGB value is (235,170,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101010 10111010
Octal 353 252 272
Decimal 235 170 186
Hex EB AA BA

RGB Percentages of Color #ebaaba

%39.76
%28.76
%31.47

CMYK Percentages of Color #ebaaba

%0
%28
%21
%8

Triadic Colors of #ebaaba

#ebaaba #baebaa #aabaeb

Analogous Colors of #ebaaba

#ebaaba #ebbbaa #ebaadb

Monochromatic Colors of #ebaaba

#ebaaba

Complementary Color

#ebaaba #aaebdb

#ebaaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaaba Color CSS Codes

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

#ebaaba Text Font Color

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

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


#ebaaba Background Color

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

This div background color is #ebaaba


#ebaaba Border Color

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

This div border color is #ebaaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaaba


Comments

No comments written yet.

Please login to write comment.