Color Hex Logo

#ebaaea Color Hex

#EBAAEA
(235,170,234)
0 Favorites   0 Comments

Color spaces of #ebaaea

RGB 235170234
HSL0.840.620.79
HSV301°28°92°
CMYK 0.000.280.00   0.08
XYZ63.487052.352184.6007
Yxy52.35210.31670.2612
Hunter Lab72.354830.0023-18.6764
CIE-Lab77.490934.0931-22.6747

#ebaaea color RGB value is (235,170,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101010 11101010
Octal 353 252 352
Decimal 235 170 234
Hex EB AA EA

RGB Percentages of Color #ebaaea

%36.78
%26.60
%36.62

CMYK Percentages of Color #ebaaea

%0
%28
%0
%8

Triadic Colors of #ebaaea

#ebaaea #eaebaa #aaeaeb

Analogous Colors of #ebaaea

#ebaaea #ebaaca #ccaaeb

Monochromatic Colors of #ebaaea

#ebaaea

Complementary Color

#ebaaea #aaebab

#ebaaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaaea Color CSS Codes

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

#ebaaea Text Font Color

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

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


#ebaaea Background Color

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

This div background color is #ebaaea


#ebaaea Border Color

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

This div border color is #ebaaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaaea


Comments

No comments written yet.

Please login to write comment.