Color Hex Logo

#aac6be Color Hex

#AAC6BE
(170,198,190)
0 Favorites   0 Comments

Color spaces of #aac6be

RGB 170198190
HSL0.450.200.72
HSV163°14°78°
CMYK 0.140.000.04   0.22
XYZ46.065952.651956.4501
Yxy52.65190.29690.3393
Hunter Lab72.5616-13.66184.6678
CIE-Lab77.6690-10.99500.8295

#aac6be color RGB value is (170,198,190).

#aac6be hex color red value is 170, green value is 198 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aac6be hue: 0.45 , saturation: 0.20 and the lightness value of aac6be is 0.72.

The process color (four color CMYK) of #aac6be color hex is 0.14, 0.00, 0.04, 0.22. Web safe color of #aac6be is #99cccc. Color #aac6be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 10111110
Octal 252 306 276
Decimal 170 198 190
Hex AA C6 BE

RGB Percentages of Color #aac6be

%30.47
%35.48
%34.05

CMYK Percentages of Color #aac6be

%14
%0
%4
%22

Triadic Colors of #aac6be

#aac6be #beaac6 #c6beaa

Analogous Colors of #aac6be

#aac6be #aac0c6 #aac6b0

Monochromatic Colors of #aac6be

#aac6be

Complementary Color

#aac6be #c6aab2

#aac6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac6be Color CSS Codes

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

#aac6be Text Font Color

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

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


#aac6be Background Color

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

This div background color is #aac6be


#aac6be Border Color

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

This div border color is #aac6be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,198,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 #aac6be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac6be


Comments

No comments written yet.

Please login to write comment.