Color Hex Logo

#aabcce Color Hex

#AABCCE
(170,188,206)
0 Favorites   0 Comments

Color spaces of #aabcce

RGB 170188206
HSL0.580.270.74
HSV210°17°81°
CMYK 0.170.090.00   0.19
XYZ45.701448.968765.4357
Yxy48.96870.28540.3059
Hunter Lab69.9776-5.8851-6.4574
CIE-Lab75.4319-2.3907-11.1365

#aabcce color RGB value is (170,188,206).

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

The process color (four color CMYK) of #aabcce color hex is 0.17, 0.09, 0.00, 0.19. Web safe color of #aabcce is #99cccc. Color #aabcce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111100 11001110
Octal 252 274 316
Decimal 170 188 206
Hex AA BC CE

RGB Percentages of Color #aabcce

%30.14
%33.33
%36.52

CMYK Percentages of Color #aabcce

%17
%9
%0
%19

Triadic Colors of #aabcce

#aabcce #ceaabc #bcceaa

Analogous Colors of #aabcce

#aabcce #aaaace #aacece

Monochromatic Colors of #aabcce

#aabcce

Complementary Color

#aabcce #cebcaa

#aabcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabcce Color CSS Codes

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

#aabcce Text Font Color

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

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


#aabcce Background Color

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

This div background color is #aabcce


#aabcce Border Color

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

This div border color is #aabcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabcce


Comments

No comments written yet.

Please login to write comment.