Color Hex Logo

#aacace Color Hex

#AACACE
(170,202,206)
0 Favorites   0 Comments

Color spaces of #aacace

RGB 170202206
HSL0.520.270.74
HSV187°17°81°
CMYK 0.170.020.00   0.19
XYZ48.838755.243366.4815
Yxy55.24330.28630.3239
Hunter Lab74.3258-12.7798-1.0045
CIE-Lab79.1812-9.7859-5.5665

#aacace color RGB value is (170,202,206).

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

The process color (four color CMYK) of #aacace color hex is 0.17, 0.02, 0.00, 0.19. Web safe color of #aacace is #99cccc. Color #aacace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 11001110
Octal 252 312 316
Decimal 170 202 206
Hex AA CA CE

RGB Percentages of Color #aacace

%29.41
%34.95
%35.64

CMYK Percentages of Color #aacace

%17
%2
%0
%19

Triadic Colors of #aacace

#aacace #ceaaca #caceaa

Analogous Colors of #aacace

#aacace #aab8ce #aacec0

Monochromatic Colors of #aacace

#aacace

Complementary Color

#aacace #ceaeaa

#aacace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacace Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacace Color CSS Codes

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

#aacace Text Font Color

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

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


#aacace Background Color

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

This div background color is #aacace


#aacace Border Color

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

This div border color is #aacace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacace


Comments

No comments written yet.

Please login to write comment.