Color Hex Logo

#aabebf Color Hex

#AABEBF
(170,190,191)
0 Favorites   0 Comments

Color spaces of #aabebf

RGB 170190191
HSL0.510.140.71
HSV183°11°75°
CMYK 0.110.010.00   0.25
XYZ44.395049.134556.4343
Yxy49.13450.29600.3276
Hunter Lab70.0960-9.61581.3328
CIE-Lab75.5349-6.6035-2.8350

#aabebf color RGB value is (170,190,191).

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

The process color (four color CMYK) of #aabebf color hex is 0.11, 0.01, 0.00, 0.25. Web safe color of #aabebf is #99cccc. Color #aabebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 10111111
Octal 252 276 277
Decimal 170 190 191
Hex AA BE BF

RGB Percentages of Color #aabebf

%30.85
%34.48
%34.66

CMYK Percentages of Color #aabebf

%11
%1
%0
%25

Triadic Colors of #aabebf

#aabebf #bfaabe #bebfaa

Analogous Colors of #aabebf

#aabebf #aab4bf #aabfb6

Monochromatic Colors of #aabebf

#aabebf

Complementary Color

#aabebf #bfabaa

#aabebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabebf Color CSS Codes

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

#aabebf Text Font Color

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

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


#aabebf Background Color

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

This div background color is #aabebf


#aabebf Border Color

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

This div border color is #aabebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabebf


Comments

No comments written yet.

Please login to write comment.