Color Hex Logo

#aabcaf Color Hex

#AABCAF
(170,188,175)
0 Favorites   0 Comments

Color spaces of #aabcaf

RGB 170188175
HSL0.380.120.70
HSV137°10°74°
CMYK 0.100.000.07   0.26
XYZ42.298647.607647.5173
Yxy47.60760.30780.3464
Hunter Lab68.9983-11.31967.4673
CIE-Lab74.5768-8.67864.4639

#aabcaf color RGB value is (170,188,175).

#aabcaf hex color red value is 170, green value is 188 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aabcaf hue: 0.38 , saturation: 0.12 and the lightness value of aabcaf is 0.70.

The process color (four color CMYK) of #aabcaf color hex is 0.10, 0.00, 0.07, 0.26. Web safe color of #aabcaf is #99cc99. Color #aabcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111100 10101111
Octal 252 274 257
Decimal 170 188 175
Hex AA BC AF

RGB Percentages of Color #aabcaf

%31.89
%35.27
%32.83

CMYK Percentages of Color #aabcaf

%10
%0
%7
%26

Triadic Colors of #aabcaf

#aabcaf #afaabc #bcafaa

Analogous Colors of #aabcaf

#aabcaf #aabcb8 #aebcaa

Monochromatic Colors of #aabcaf

#aabcaf

Complementary Color

#aabcaf #bcaab7

#aabcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabcaf Color CSS Codes

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

#aabcaf Text Font Color

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

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


#aabcaf Background Color

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

This div background color is #aabcaf


#aabcaf Border Color

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

This div border color is #aabcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabcaf


Comments

No comments written yet.

Please login to write comment.