Color Hex Logo

#aac4ca Color Hex

#AAC4CA
(170,196,202)
0 Favorites   0 Comments

Color spaces of #aac4ca

RGB 170196202
HSL0.530.230.73
HSV191°16°79°
CMYK 0.160.030.00   0.21
XYZ46.978252.290263.4941
Yxy52.29020.28860.3213
Hunter Lab72.3120-10.5816-1.4417
CIE-Lab77.4540-7.4926-5.9639

#aac4ca color RGB value is (170,196,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 11001010
Octal 252 304 312
Decimal 170 196 202
Hex AA C4 CA

RGB Percentages of Color #aac4ca

%29.93
%34.51
%35.56

CMYK Percentages of Color #aac4ca

%16
%3
%0
%21

Triadic Colors of #aac4ca

#aac4ca #caaac4 #c4caaa

Analogous Colors of #aac4ca

#aac4ca #aab4ca #aacac0

Monochromatic Colors of #aac4ca

#aac4ca

Complementary Color

#aac4ca #cab0aa

#aac4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac4ca Color CSS Codes

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

#aac4ca Text Font Color

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

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


#aac4ca Background Color

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

This div background color is #aac4ca


#aac4ca Border Color

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

This div border color is #aac4ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,196,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 #aac4ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac4ca


Comments

No comments written yet.

Please login to write comment.