Color Hex Logo

#aaaceb Color Hex

#AAACEB
(170,172,235)
0 Favorites   0 Comments

Color spaces of #aaaceb

RGB 170172235
HSL0.660.620.79
HSV238°28°92°
CMYK 0.280.270.00   0.08
XYZ46.325544.049384.6580
Yxy44.04930.26470.2517
Hunter Lab66.36968.4447-29.1688
CIE-Lab72.261413.0499-31.7326

#aaaceb color RGB value is (170,172,235).

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

The process color (four color CMYK) of #aaaceb color hex is 0.28, 0.27, 0.00, 0.08. Web safe color of #aaaceb is #9999ff. Color #aaaceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 11101011
Octal 252 254 353
Decimal 170 172 235
Hex AA AC EB

RGB Percentages of Color #aaaceb

%29.46
%29.81
%40.73

CMYK Percentages of Color #aaaceb

%28
%27
%0
%8

Triadic Colors of #aaaceb

#aaaceb #ebaaac #acebaa

Analogous Colors of #aaaceb

#aaaceb #c9aaeb #aacdeb

Monochromatic Colors of #aaaceb

#aaaceb

Complementary Color

#aaaceb #ebe9aa

#aaaceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaaceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaaceb Color CSS Codes

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

#aaaceb Text Font Color

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

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


#aaaceb Background Color

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

This div background color is #aaaceb


#aaaceb Border Color

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

This div border color is #aaaceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaaceb


Comments

No comments written yet.

Please login to write comment.