Color Hex Logo

#aac7ca Color Hex

#AAC7CA
(170,199,202)
0 Favorites   0 Comments

Color spaces of #aac7ca

RGB 170199202
HSL0.520.230.73
HSV186°16°79°
CMYK 0.160.010.00   0.21
XYZ47.661753.657263.7219
Yxy53.65720.28880.3251
Hunter Lab73.2511-12.0462-0.3013
CIE-Lab78.2614-9.0647-4.7714

#aac7ca color RGB value is (170,199,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000111 11001010
Octal 252 307 312
Decimal 170 199 202
Hex AA C7 CA

RGB Percentages of Color #aac7ca

%29.77
%34.85
%35.38

CMYK Percentages of Color #aac7ca

%16
%1
%0
%21

Triadic Colors of #aac7ca

#aac7ca #caaac7 #c7caaa

Analogous Colors of #aac7ca

#aac7ca #aab7ca #aacabd

Monochromatic Colors of #aac7ca

#aac7ca

Complementary Color

#aac7ca #caadaa

#aac7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac7ca Color CSS Codes

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

#aac7ca Text Font Color

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

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


#aac7ca Background Color

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

This div background color is #aac7ca


#aac7ca Border Color

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

This div border color is #aac7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac7ca


Comments

No comments written yet.

Please login to write comment.