Color Hex Logo

#aaabce Color Hex

#AAABCE
(170,171,206)
0 Favorites   0 Comments

Color spaces of #aaabce

RGB 170171206
HSL0.660.270.74
HSV238°17°81°
CMYK 0.170.170.00   0.19
XYZ42.281142.128164.2956
Yxy42.12810.28430.2833
Hunter Lab64.90622.6925-13.2980
CIE-Lab70.95916.8618-17.8621

#aaabce color RGB value is (170,171,206).

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

The process color (four color CMYK) of #aaabce color hex is 0.17, 0.17, 0.00, 0.19. Web safe color of #aaabce is #9999cc. Color #aaabce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 11001110
Octal 252 253 316
Decimal 170 171 206
Hex AA AB CE

RGB Percentages of Color #aaabce

%31.08
%31.26
%37.66

CMYK Percentages of Color #aaabce

%17
%17
%0
%19

Triadic Colors of #aaabce

#aaabce #ceaaab #abceaa

Analogous Colors of #aaabce

#aaabce #bbaace #aabdce

Monochromatic Colors of #aaabce

#aaabce

Complementary Color

#aaabce #cecdaa

#aaabce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaabce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaabce Color CSS Codes

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

#aaabce Text Font Color

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

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


#aaabce Background Color

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

This div background color is #aaabce


#aaabce Border Color

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

This div border color is #aaabce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaabce


Comments

No comments written yet.

Please login to write comment.