Color Hex Logo

#aacbaf Color Hex

#AACBAF
(170,203,175)
0 Favorites   0 Comments

Color spaces of #aacbaf

RGB 170203175
HSL0.360.240.73
HSV129°16°80°
CMYK 0.160.000.14   0.20
XYZ45.671454.353148.6415
Yxy54.35310.30720.3656
Hunter Lab73.7246-18.439512.4892
CIE-Lab78.6672-16.421810.3293

#aacbaf color RGB value is (170,203,175).

#aacbaf hex color red value is 170, green value is 203 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aacbaf hue: 0.36 , saturation: 0.24 and the lightness value of aacbaf is 0.73.

The process color (four color CMYK) of #aacbaf color hex is 0.16, 0.00, 0.14, 0.20. Web safe color of #aacbaf is #99cc99. Color #aacbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001011 10101111
Octal 252 313 257
Decimal 170 203 175
Hex AA CB AF

RGB Percentages of Color #aacbaf

%31.02
%37.04
%31.93

CMYK Percentages of Color #aacbaf

%16
%0
%14
%20

Triadic Colors of #aacbaf

#aacbaf #afaacb #cbafaa

Analogous Colors of #aacbaf

#aacbaf #aacbc0 #b6cbaa

Monochromatic Colors of #aacbaf

#aacbaf

Complementary Color

#aacbaf #cbaac6

#aacbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacbaf Color CSS Codes

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

#aacbaf Text Font Color

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

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


#aacbaf Background Color

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

This div background color is #aacbaf


#aacbaf Border Color

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

This div border color is #aacbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacbaf


Comments

No comments written yet.

Please login to write comment.