Color Hex Logo

#aaabc8 Color Hex

#AAABC8
(170,171,200)
0 Favorites   0 Comments

Color spaces of #aaabc8

RGB 170171200
HSL0.660.210.73
HSV238°15°78°
CMYK 0.150.150.00   0.22
XYZ41.565841.842060.5291
Yxy41.84200.28880.2907
Hunter Lab64.68541.5018-10.2006
CIE-Lab70.76185.5476-14.8597

#aaabc8 color RGB value is (170,171,200).

#aaabc8 hex color red value is 170, green value is 171 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #aaabc8 hue: 0.66 , saturation: 0.21 and the lightness value of aaabc8 is 0.73.

The process color (four color CMYK) of #aaabc8 color hex is 0.15, 0.15, 0.00, 0.22. Web safe color of #aaabc8 is #9999cc. Color #aaabc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 11001000
Octal 252 253 310
Decimal 170 171 200
Hex AA AB C8

RGB Percentages of Color #aaabc8

%31.42
%31.61
%36.97

CMYK Percentages of Color #aaabc8

%15
%15
%0
%22

Triadic Colors of #aaabc8

#aaabc8 #c8aaab #abc8aa

Analogous Colors of #aaabc8

#aaabc8 #b8aac8 #aabac8

Monochromatic Colors of #aaabc8

#aaabc8

Complementary Color

#aaabc8 #c8c7aa

#aaabc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaabc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaabc8 Color CSS Codes

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

#aaabc8 Text Font Color

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

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


#aaabc8 Background Color

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

This div background color is #aaabc8


#aaabc8 Border Color

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

This div border color is #aaabc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaabc8


Comments

No comments written yet.

Please login to write comment.