Color Hex Logo

#eaaaeb Color Hex

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

Color spaces of #eaaaeb

RGB 234170235
HSL0.830.620.79
HSV299°28°92°
CMYK 0.000.280.00   0.08
XYZ63.301852.240085.3442
Yxy52.24000.31510.2600
Hunter Lab72.277229.8486-19.4149
CIE-Lab77.424133.9555-23.3269

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

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

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

Base Numbers

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

RGB Percentages of Color #eaaaeb

%36.62
%26.60
%36.78

CMYK Percentages of Color #eaaaeb

%0
%28
%0
%8

Triadic Colors of #eaaaeb

#eaaaeb #ebeaaa #aaebea

Analogous Colors of #eaaaeb

#eaaaeb #ebaacc #caaaeb

Monochromatic Colors of #eaaaeb

#eaaaeb

Complementary Color

#eaaaeb #abebaa

#eaaaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaaeb Color CSS Codes

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

#eaaaeb Text Font Color

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

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


#eaaaeb Background Color

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

This div background color is #eaaaeb


#eaaaeb Border Color

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

This div border color is #eaaaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaaeb


Comments

No comments written yet.

Please login to write comment.