Color Hex Logo

#aabcee Color Hex

#AABCEE
(170,188,238)
0 Favorites   0 Comments

Color spaces of #aabcee

RGB 170188238
HSL0.620.670.80
HSV224°29°93°
CMYK 0.290.210.00   0.07
XYZ49.993450.685588.0373
Yxy50.68550.26490.2686
Hunter Lab71.19370.7565-23.4816
CIE-Lab76.48814.9539-26.8603

#aabcee color RGB value is (170,188,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111100 11101110
Octal 252 274 356
Decimal 170 188 238
Hex AA BC EE

RGB Percentages of Color #aabcee

%28.52
%31.54
%39.93

CMYK Percentages of Color #aabcee

%29
%21
%0
%7

Triadic Colors of #aabcee

#aabcee #eeaabc #bceeaa

Analogous Colors of #aabcee

#aabcee #baaaee #aadeee

Monochromatic Colors of #aabcee

#aabcee

Complementary Color

#aabcee #eedcaa

#aabcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabcee Color CSS Codes

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

#aabcee Text Font Color

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

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


#aabcee Background Color

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

This div background color is #aabcee


#aabcee Border Color

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

This div border color is #aabcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabcee


Comments

No comments written yet.

Please login to write comment.