Color Hex Logo

#aabebb Color Hex

#AABEBB
(170,190,187)
0 Favorites   0 Comments

Color spaces of #aabebb

RGB 170190187
HSL0.480.130.71
HSV171°11°75°
CMYK 0.110.000.02   0.25
XYZ43.960748.960854.1471
Yxy48.96080.29890.3329
Hunter Lab69.9720-10.30633.0994
CIE-Lab75.4269-7.4072-0.8208

#aabebb color RGB value is (170,190,187).

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

The process color (four color CMYK) of #aabebb color hex is 0.11, 0.00, 0.02, 0.25. Web safe color of #aabebb is #99cccc. Color #aabebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 10111011
Octal 252 276 273
Decimal 170 190 187
Hex AA BE BB

RGB Percentages of Color #aabebb

%31.08
%34.73
%34.19

CMYK Percentages of Color #aabebb

%11
%0
%2
%25

Triadic Colors of #aabebb

#aabebb #bbaabe #bebbaa

Analogous Colors of #aabebb

#aabebb #aab7be #aabeb1

Monochromatic Colors of #aabebb

#aabebb

Complementary Color

#aabebb #beaaad

#aabebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabebb Color CSS Codes

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

#aabebb Text Font Color

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

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


#aabebb Background Color

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

This div background color is #aabebb


#aabebb Border Color

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

This div border color is #aabebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabebb


Comments

No comments written yet.

Please login to write comment.