Color Hex Logo

#aaccb9 Color Hex

#AACCB9
(170,204,185)
0 Favorites   0 Comments

Color spaces of #aaccb9

RGB 170204185
HSL0.410.250.73
HSV146°17°80°
CMYK 0.170.000.09   0.20
XYZ46.927455.234654.0869
Yxy55.23460.30030.3535
Hunter Lab74.3200-17.35088.8753
CIE-Lab79.1762-15.05835.7022

#aaccb9 color RGB value is (170,204,185).

#aaccb9 hex color red value is 170, green value is 204 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #aaccb9 hue: 0.41 , saturation: 0.25 and the lightness value of aaccb9 is 0.73.

The process color (four color CMYK) of #aaccb9 color hex is 0.17, 0.00, 0.09, 0.20. Web safe color of #aaccb9 is #99cccc. Color #aaccb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 10111001
Octal 252 314 271
Decimal 170 204 185
Hex AA CC B9

RGB Percentages of Color #aaccb9

%30.41
%36.49
%33.09

CMYK Percentages of Color #aaccb9

%17
%0
%9
%20

Triadic Colors of #aaccb9

#aaccb9 #b9aacc #ccb9aa

Analogous Colors of #aaccb9

#aaccb9 #aaccca #acccaa

Monochromatic Colors of #aaccb9

#aaccb9

Complementary Color

#aaccb9 #ccaabd

#aaccb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaccb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaccb9 Color CSS Codes

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

#aaccb9 Text Font Color

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

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


#aaccb9 Background Color

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

This div background color is #aaccb9


#aaccb9 Border Color

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

This div border color is #aaccb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaccb9


Comments

No comments written yet.

Please login to write comment.