Color Hex Logo

#aac5cf Color Hex

#AAC5CF
(170,197,207)
0 Favorites   0 Comments

Color spaces of #aac5cf

RGB 170197207
HSL0.550.280.74
HSV196°18°81°
CMYK 0.180.050.00   0.19
XYZ47.806352.983566.7387
Yxy52.98350.28540.3163
Hunter Lab72.7898-10.1482-3.4083
CIE-Lab77.8653-6.9557-8.0539

#aac5cf color RGB value is (170,197,207).

#aac5cf hex color red value is 170, green value is 197 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aac5cf hue: 0.55 , saturation: 0.28 and the lightness value of aac5cf is 0.74.

The process color (four color CMYK) of #aac5cf color hex is 0.18, 0.05, 0.00, 0.19. Web safe color of #aac5cf is #99cccc. Color #aac5cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000101 11001111
Octal 252 305 317
Decimal 170 197 207
Hex AA C5 CF

RGB Percentages of Color #aac5cf

%29.62
%34.32
%36.06

CMYK Percentages of Color #aac5cf

%18
%5
%0
%19

Triadic Colors of #aac5cf

#aac5cf #cfaac5 #c5cfaa

Analogous Colors of #aac5cf

#aac5cf #aab3cf #aacfc7

Monochromatic Colors of #aac5cf

#aac5cf

Complementary Color

#aac5cf #cfb4aa

#aac5cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac5cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac5cf Color CSS Codes

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

#aac5cf Text Font Color

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

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


#aac5cf Background Color

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

This div background color is #aac5cf


#aac5cf Border Color

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

This div border color is #aac5cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac5cf


Comments

No comments written yet.

Please login to write comment.