Color Hex Logo

#aaccba Color Hex

#AACCBA
(170,204,186)
0 Favorites   0 Comments

Color spaces of #aaccba

RGB 170204186
HSL0.410.250.73
HSV148°17°80°
CMYK 0.170.000.09   0.20
XYZ47.033455.276954.6450
Yxy55.27690.29970.3522
Hunter Lab74.3484-17.18938.4666
CIE-Lab79.2005-14.86565.2011

#aaccba color RGB value is (170,204,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 10111010
Octal 252 314 272
Decimal 170 204 186
Hex AA CC BA

RGB Percentages of Color #aaccba

%30.36
%36.43
%33.21

CMYK Percentages of Color #aaccba

%17
%0
%9
%20

Triadic Colors of #aaccba

#aaccba #baaacc #ccbaaa

Analogous Colors of #aaccba

#aaccba #aacccb #abccaa

Monochromatic Colors of #aaccba

#aaccba

Complementary Color

#aaccba #ccaabc

#aaccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaccba Color CSS Codes

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

#aaccba Text Font Color

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

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


#aaccba Background Color

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

This div background color is #aaccba


#aaccba Border Color

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

This div border color is #aaccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaccba


Comments

No comments written yet.

Please login to write comment.