Color Hex Logo

#aaacbe Color Hex

#AAACBE
(170,172,190)
0 Favorites   0 Comments

Color spaces of #aaacbe

RGB 170172190
HSL0.650.130.71
HSV234°11°75°
CMYK 0.110.090.00   0.25
XYZ40.624441.768854.6362
Yxy41.76880.29650.3048
Hunter Lab64.6288-0.8987-4.8827
CIE-Lab70.71122.8787-9.4270

#aaacbe color RGB value is (170,172,190).

#aaacbe hex color red value is 170, green value is 172 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aaacbe hue: 0.65 , saturation: 0.13 and the lightness value of aaacbe is 0.71.

The process color (four color CMYK) of #aaacbe color hex is 0.11, 0.09, 0.00, 0.25. Web safe color of #aaacbe is #9999cc. Color #aaacbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101100 10111110
Octal 252 254 276
Decimal 170 172 190
Hex AA AC BE

RGB Percentages of Color #aaacbe

%31.95
%32.33
%35.71

CMYK Percentages of Color #aaacbe

%11
%9
%0
%25

Triadic Colors of #aaacbe

#aaacbe #beaaac #acbeaa

Analogous Colors of #aaacbe

#aaacbe #b2aabe #aab6be

Monochromatic Colors of #aaacbe

#aaacbe

Complementary Color

#aaacbe #bebcaa

#aaacbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaacbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaacbe Color CSS Codes

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

#aaacbe Text Font Color

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

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


#aaacbe Background Color

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

This div background color is #aaacbe


#aaacbe Border Color

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

This div border color is #aaacbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaacbe


Comments

No comments written yet.

Please login to write comment.