Color Hex Logo

#aabfbe Color Hex

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

Color spaces of #aabfbe

RGB 170191190
HSL0.490.140.71
HSV177°11°75°
CMYK 0.110.000.01   0.25
XYZ44.502649.525455.9290
Yxy49.52540.29680.3303
Hunter Lab70.3743-10.27692.1421
CIE-Lab75.7770-7.3339-1.9366

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

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

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

Base Numbers

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

RGB Percentages of Color #aabfbe

%30.85
%34.66
%34.48

CMYK Percentages of Color #aabfbe

%11
%0
%1
%25

Triadic Colors of #aabfbe

#aabfbe #beaabf #bfbeaa

Analogous Colors of #aabfbe

#aabfbe #aab6bf #aabfb4

Monochromatic Colors of #aabfbe

#aabfbe

Complementary Color

#aabfbe #bfaaab

#aabfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabfbe Color CSS Codes

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

#aabfbe Text Font Color

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

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


#aabfbe Background Color

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

This div background color is #aabfbe


#aabfbe Border Color

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

This div border color is #aabfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabfbe


Comments

No comments written yet.

Please login to write comment.