Color Hex Logo

#aac4bf Color Hex

#AAC4BF
(170,196,191)
0 Favorites   0 Comments

Color spaces of #aac4bf

RGB 170196191
HSL0.470.180.72
HSV168°13°77°
CMYK 0.130.000.03   0.23
XYZ45.721551.787556.8764
Yxy51.78750.29620.3354
Hunter Lab71.9635-12.52753.5146
CIE-Lab77.1536-9.7546-0.4626

#aac4bf color RGB value is (170,196,191).

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

The process color (four color CMYK) of #aac4bf color hex is 0.13, 0.00, 0.03, 0.23. Web safe color of #aac4bf is #99cccc. Color #aac4bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 10111111
Octal 252 304 277
Decimal 170 196 191
Hex AA C4 BF

RGB Percentages of Color #aac4bf

%30.52
%35.19
%34.29

CMYK Percentages of Color #aac4bf

%13
%0
%3
%23

Triadic Colors of #aac4bf

#aac4bf #bfaac4 #c4bfaa

Analogous Colors of #aac4bf

#aac4bf #aabcc4 #aac4b2

Monochromatic Colors of #aac4bf

#aac4bf

Complementary Color

#aac4bf #c4aaaf

#aac4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac4bf Color CSS Codes

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

#aac4bf Text Font Color

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

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


#aac4bf Background Color

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

This div background color is #aac4bf


#aac4bf Border Color

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

This div border color is #aac4bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac4bf


Comments

No comments written yet.

Please login to write comment.