Color Hex Logo

#eaaceb Color Hex

#EAACEB
(234,172,235)
0 Favorites   0 Comments

Color spaces of #eaaceb

RGB 234172235
HSL0.830.610.80
HSV299°27°92°
CMYK 0.000.270.00   0.08
XYZ63.679652.995685.4702
Yxy52.99560.31500.2622
Hunter Lab72.798128.7450-18.6521
CIE-Lab77.872432.8903-22.6447

#eaaceb color RGB value is (234,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10101100 11101011
Octal 352 254 353
Decimal 234 172 235
Hex EA AC EB

RGB Percentages of Color #eaaceb

%36.51
%26.83
%36.66

CMYK Percentages of Color #eaaceb

%0
%27
%0
%8

Triadic Colors of #eaaceb

#eaaceb #ebeaac #acebea

Analogous Colors of #eaaceb

#eaaceb #ebaccd #cbaceb

Monochromatic Colors of #eaaceb

#eaaceb

Complementary Color

#eaaceb #adebac

#eaaceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaaceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaaceb Color CSS Codes

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

#eaaceb Text Font Color

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

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


#eaaceb Background Color

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

This div background color is #eaaceb


#eaaceb Border Color

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

This div border color is #eaaceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaaceb


Comments

No comments written yet.

Please login to write comment.