Color Hex Logo

#aabec2 Color Hex

#AABEC2
(170,190,194)
0 Favorites   0 Comments

Color spaces of #aabec2

RGB 170190194
HSL0.530.160.71
HSV190°12°76°
CMYK 0.120.020.00   0.24
XYZ44.728649.268058.1912
Yxy49.26800.29390.3237
Hunter Lab70.1912-9.0873-0.0199
CIE-Lab75.6178-5.9912-4.3423

#aabec2 color RGB value is (170,190,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 11000010
Octal 252 276 302
Decimal 170 190 194
Hex AA BE C2

RGB Percentages of Color #aabec2

%30.69
%34.30
%35.02

CMYK Percentages of Color #aabec2

%12
%2
%0
%24

Triadic Colors of #aabec2

#aabec2 #c2aabe #bec2aa

Analogous Colors of #aabec2

#aabec2 #aab2c2 #aac2ba

Monochromatic Colors of #aabec2

#aabec2

Complementary Color

#aabec2 #c2aeaa

#aabec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabec2 Color CSS Codes

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

#aabec2 Text Font Color

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

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


#aabec2 Background Color

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

This div background color is #aabec2


#aabec2 Border Color

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

This div border color is #aabec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabec2


Comments

No comments written yet.

Please login to write comment.