Color Hex Logo

#aac4b4 Color Hex

#AAC4B4
(170,196,180)
0 Favorites   0 Comments

Color spaces of #aac4b4

RGB 170196180
HSL0.400.180.72
HSV143°13°77°
CMYK 0.130.000.08   0.23
XYZ44.555751.321250.7377
Yxy51.32120.30390.3500
Hunter Lab71.6388-14.35008.1554
CIE-Lab76.8732-11.90435.0708

#aac4b4 color RGB value is (170,196,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 10110100
Octal 252 304 264
Decimal 170 196 180
Hex AA C4 B4

RGB Percentages of Color #aac4b4

%31.14
%35.90
%32.97

CMYK Percentages of Color #aac4b4

%13
%0
%8
%23

Triadic Colors of #aac4b4

#aac4b4 #b4aac4 #c4b4aa

Analogous Colors of #aac4b4

#aac4b4 #aac4c1 #adc4aa

Monochromatic Colors of #aac4b4

#aac4b4

Complementary Color

#aac4b4 #c4aaba

#aac4b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac4b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac4b4 Color CSS Codes

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

#aac4b4 Text Font Color

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

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


#aac4b4 Background Color

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

This div background color is #aac4b4


#aac4b4 Border Color

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

This div border color is #aac4b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac4b4


Comments

No comments written yet.

Please login to write comment.