Color Hex Logo

#aacef1 Color Hex

#AACEF1
(170,206,241)
0 Favorites   0 Comments

Color spaces of #aacef1

RGB 170206241
HSL0.580.720.81
HSV210°29°95°
CMYK 0.290.150.00   0.05
XYZ54.526159.039591.7410
Yxy59.03950.26560.2876
Hunter Lab76.8372-7.7958-17.0043
CIE-Lab81.3133-3.9976-21.1181

#aacef1 color RGB value is (170,206,241).

#aacef1 hex color red value is 170, green value is 206 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #aacef1 hue: 0.58 , saturation: 0.72 and the lightness value of aacef1 is 0.81.

The process color (four color CMYK) of #aacef1 color hex is 0.29, 0.15, 0.00, 0.05. Web safe color of #aacef1 is #99ccff. Color #aacef1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 11110001
Octal 252 316 361
Decimal 170 206 241
Hex AA CE F1

RGB Percentages of Color #aacef1

%27.55
%33.39
%39.06

CMYK Percentages of Color #aacef1

%29
%15
%0
%5

Triadic Colors of #aacef1

#aacef1 #f1aace #cef1aa

Analogous Colors of #aacef1

#aacef1 #aaabf1 #aaf1f1

Monochromatic Colors of #aacef1

#aacef1

Complementary Color

#aacef1 #f1cdaa

#aacef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacef1 Color CSS Codes

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

#aacef1 Text Font Color

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

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


#aacef1 Background Color

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

This div background color is #aacef1


#aacef1 Border Color

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

This div border color is #aacef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacef1


Comments

No comments written yet.

Please login to write comment.