Color Hex Logo

#aacaee Color Hex

#AACAEE
(170,202,238)
0 Favorites   0 Comments

Color spaces of #aacaee

RGB 170202238
HSL0.590.670.80
HSV212°29°93°
CMYK 0.290.150.00   0.07
XYZ53.130756.960289.0830
Yxy56.96020.26680.2860
Hunter Lab75.4720-6.4157-17.1523
CIE-Lab80.1572-2.5891-21.2691

#aacaee color RGB value is (170,202,238).

#aacaee hex color red value is 170, green value is 202 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aacaee hue: 0.59 , saturation: 0.67 and the lightness value of aacaee is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 11101110
Octal 252 312 356
Decimal 170 202 238
Hex AA CA EE

RGB Percentages of Color #aacaee

%27.87
%33.11
%39.02

CMYK Percentages of Color #aacaee

%29
%15
%0
%7

Triadic Colors of #aacaee

#aacaee #eeaaca #caeeaa

Analogous Colors of #aacaee

#aacaee #acaaee #aaecee

Monochromatic Colors of #aacaee

#aacaee

Complementary Color

#aacaee #eeceaa

#aacaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacaee Color CSS Codes

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

#aacaee Text Font Color

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

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


#aacaee Background Color

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

This div background color is #aacaee


#aacaee Border Color

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

This div border color is #aacaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacaee


Comments

No comments written yet.

Please login to write comment.