Color Hex Logo

#aaceee Color Hex

#AACEEE
(170,206,238)
0 Favorites   0 Comments

Color spaces of #aaceee

RGB 170206238
HSL0.580.670.80
HSV208°29°93°
CMYK 0.290.130.00   0.07
XYZ54.081558.861789.4000
Yxy58.86170.26730.2909
Hunter Lab76.7214-8.4364-15.3830
CIE-Lab81.2155-4.7084-19.6661

#aaceee color RGB value is (170,206,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 11101110
Octal 252 316 356
Decimal 170 206 238
Hex AA CE EE

RGB Percentages of Color #aaceee

%27.69
%33.55
%38.76

CMYK Percentages of Color #aaceee

%29
%13
%0
%7

Triadic Colors of #aaceee

#aaceee #eeaace #ceeeaa

Analogous Colors of #aaceee

#aaceee #aaacee #aaeeec

Monochromatic Colors of #aaceee

#aaceee

Complementary Color

#aaceee #eecaaa

#aaceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaceee Color CSS Codes

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

#aaceee Text Font Color

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

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


#aaceee Background Color

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

This div background color is #aaceee


#aaceee Border Color

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

This div border color is #aaceee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaceee


Comments

No comments written yet.

Please login to write comment.