Color Hex Logo

#aac6bf Color Hex

#AAC6BF
(170,198,191)
0 Favorites   0 Comments

Color spaces of #aac6bf

RGB 170198191
HSL0.460.200.72
HSV165°14°78°
CMYK 0.140.000.04   0.22
XYZ46.175652.695857.0278
Yxy52.69580.29620.3380
Hunter Lab72.5919-13.49214.2364
CIE-Lab77.6951-10.79570.3282

#aac6bf color RGB value is (170,198,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 10111111
Octal 252 306 277
Decimal 170 198 191
Hex AA C6 BF

RGB Percentages of Color #aac6bf

%30.41
%35.42
%34.17

CMYK Percentages of Color #aac6bf

%14
%0
%4
%22

Triadic Colors of #aac6bf

#aac6bf #bfaac6 #c6bfaa

Analogous Colors of #aac6bf

#aac6bf #aabfc6 #aac6b1

Monochromatic Colors of #aac6bf

#aac6bf

Complementary Color

#aac6bf #c6aab1

#aac6bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac6bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac6bf Color CSS Codes

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

#aac6bf Text Font Color

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

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


#aac6bf Background Color

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

This div background color is #aac6bf


#aac6bf Border Color

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

This div border color is #aac6bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac6bf


Comments

No comments written yet.

Please login to write comment.