Color Hex Logo

#eaaeeb Color Hex

#EAAEEB
(234,174,235)
0 Favorites   0 Comments

Color spaces of #eaaeeb

RGB 234174235
HSL0.830.600.80
HSV299°26°92°
CMYK 0.000.260.00   0.08
XYZ64.063153.762785.5980
Yxy53.76270.31490.2643
Hunter Lab73.323127.6419-17.8896
CIE-Lab78.323231.8239-21.9595

#eaaeeb color RGB value is (234,174,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101110 11101011
Octal 352 256 353
Decimal 234 174 235
Hex EA AE EB

RGB Percentages of Color #eaaeeb

%36.39
%27.06
%36.55

CMYK Percentages of Color #eaaeeb

%0
%26
%0
%8

Triadic Colors of #eaaeeb

#eaaeeb #ebeaae #aeebea

Analogous Colors of #eaaeeb

#eaaeeb #ebaece #ccaeeb

Monochromatic Colors of #eaaeeb

#eaaeeb

Complementary Color

#eaaeeb #afebae

#eaaeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaeeb Color CSS Codes

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

#eaaeeb Text Font Color

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

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


#eaaeeb Background Color

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

This div background color is #eaaeeb


#eaaeeb Border Color

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

This div border color is #eaaeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaeeb


Comments

No comments written yet.

Please login to write comment.