Color Hex Logo

#aabec1 Color Hex

#AABEC1
(170,190,193)
0 Favorites   0 Comments

Color spaces of #aabec1

RGB 170190193
HSL0.520.160.71
HSV188°12°76°
CMYK 0.120.020.00   0.24
XYZ44.616749.223257.6016
Yxy49.22320.29460.3250
Hunter Lab70.1592-9.26430.4337
CIE-Lab75.5900-6.1961-3.8402

#aabec1 color RGB value is (170,190,193).

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

The process color (four color CMYK) of #aabec1 color hex is 0.12, 0.02, 0.00, 0.24. Web safe color of #aabec1 is #99cccc. Color #aabec1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 11000001
Octal 252 276 301
Decimal 170 190 193
Hex AA BE C1

RGB Percentages of Color #aabec1

%30.74
%34.36
%34.90

CMYK Percentages of Color #aabec1

%12
%2
%0
%24

Triadic Colors of #aabec1

#aabec1 #c1aabe #bec1aa

Analogous Colors of #aabec1

#aabec1 #aab3c1 #aac1b9

Monochromatic Colors of #aabec1

#aabec1

Complementary Color

#aabec1 #c1adaa

#aabec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabec1 Color CSS Codes

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

#aabec1 Text Font Color

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

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


#aabec1 Background Color

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

This div background color is #aabec1


#aabec1 Border Color

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

This div border color is #aabec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabec1


Comments

No comments written yet.

Please login to write comment.