Color Hex Logo

#aac5ca Color Hex

#AAC5CA
(170,197,202)
0 Favorites   0 Comments

Color spaces of #aac5ca

RGB 170197202
HSL0.530.230.73
HSV189°16°79°
CMYK 0.160.020.00   0.21
XYZ47.204552.742863.5696
Yxy52.74280.28870.3226
Hunter Lab72.6242-11.0705-1.0609
CIE-Lab77.7229-8.0177-5.5665

#aac5ca color RGB value is (170,197,202).

#aac5ca hex color red value is 170, green value is 197 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #aac5ca hue: 0.53 , saturation: 0.23 and the lightness value of aac5ca is 0.73.

The process color (four color CMYK) of #aac5ca color hex is 0.16, 0.02, 0.00, 0.21. Web safe color of #aac5ca is #99cccc. Color #aac5ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000101 11001010
Octal 252 305 312
Decimal 170 197 202
Hex AA C5 CA

RGB Percentages of Color #aac5ca

%29.88
%34.62
%35.50

CMYK Percentages of Color #aac5ca

%16
%2
%0
%21

Triadic Colors of #aac5ca

#aac5ca #caaac5 #c5caaa

Analogous Colors of #aac5ca

#aac5ca #aab5ca #aacabf

Monochromatic Colors of #aac5ca

#aac5ca

Complementary Color

#aac5ca #caafaa

#aac5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac5ca Color CSS Codes

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

#aac5ca Text Font Color

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

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


#aac5ca Background Color

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

This div background color is #aac5ca


#aac5ca Border Color

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

This div border color is #aac5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac5ca


Comments

No comments written yet.

Please login to write comment.