Color Hex Logo

#aabcae Color Hex

#AABCAE
(170,188,174)
0 Favorites   0 Comments

Color spaces of #aabcae

RGB 170188174
HSL0.370.120.70
HSV133°10°74°
CMYK 0.100.000.07   0.26
XYZ42.200847.568547.0018
Yxy47.56850.30860.3478
Hunter Lab68.9699-11.47817.8738
CIE-Lab74.5520-8.86624.9717

#aabcae color RGB value is (170,188,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111100 10101110
Octal 252 274 256
Decimal 170 188 174
Hex AA BC AE

RGB Percentages of Color #aabcae

%31.95
%35.34
%32.71

CMYK Percentages of Color #aabcae

%10
%0
%7
%26

Triadic Colors of #aabcae

#aabcae #aeaabc #bcaeaa

Analogous Colors of #aabcae

#aabcae #aabcb7 #afbcaa

Monochromatic Colors of #aabcae

#aabcae

Complementary Color

#aabcae #bcaab8

#aabcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabcae Color CSS Codes

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

#aabcae Text Font Color

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

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


#aabcae Background Color

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

This div background color is #aabcae


#aabcae Border Color

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

This div border color is #aabcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabcae


Comments

No comments written yet.

Please login to write comment.