Color Hex Logo

#aacae1 Color Hex

#AACAE1
(170,202,225)
0 Favorites   0 Comments

Color spaces of #aacae1

RGB 170202225
HSL0.570.480.77
HSV205°24°88°
CMYK 0.240.100.00   0.12
XYZ51.288756.223379.3832
Yxy56.22330.27440.3008
Hunter Lab74.9822-9.1228-10.2824
CIE-Lab79.7407-5.6100-14.9354

#aacae1 color RGB value is (170,202,225).

#aacae1 hex color red value is 170, green value is 202 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #aacae1 hue: 0.57 , saturation: 0.48 and the lightness value of aacae1 is 0.77.

The process color (four color CMYK) of #aacae1 color hex is 0.24, 0.10, 0.00, 0.12. Web safe color of #aacae1 is #99cccc. Color #aacae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 11100001
Octal 252 312 341
Decimal 170 202 225
Hex AA CA E1

RGB Percentages of Color #aacae1

%28.48
%33.84
%37.69

CMYK Percentages of Color #aacae1

%24
%10
%0
%12

Triadic Colors of #aacae1

#aacae1 #e1aaca #cae1aa

Analogous Colors of #aacae1

#aacae1 #aaafe1 #aae1dd

Monochromatic Colors of #aacae1

#aacae1

Complementary Color

#aacae1 #e1c1aa

#aacae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacae1 Color CSS Codes

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

#aacae1 Text Font Color

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

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


#aacae1 Background Color

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

This div background color is #aacae1


#aacae1 Border Color

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

This div border color is #aacae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacae1


Comments

No comments written yet.

Please login to write comment.