Color Hex Logo

#aabcea Color Hex

#AABCEA
(170,188,234)
0 Favorites   0 Comments

Color spaces of #aabcea

RGB 170188234
HSL0.620.600.79
HSV223°27°92°
CMYK 0.270.200.00   0.08
XYZ49.412150.453084.9760
Yxy50.45300.26730.2730
Hunter Lab71.0303-0.1297-21.2095
CIE-Lab76.34653.9940-24.9194

#aabcea color RGB value is (170,188,234).

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

The process color (four color CMYK) of #aabcea color hex is 0.27, 0.20, 0.00, 0.08. Web safe color of #aabcea is #99ccff. Color #aabcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111100 11101010
Octal 252 274 352
Decimal 170 188 234
Hex AA BC EA

RGB Percentages of Color #aabcea

%28.72
%31.76
%39.53

CMYK Percentages of Color #aabcea

%27
%20
%0
%8

Triadic Colors of #aabcea

#aabcea #eaaabc #bceaaa

Analogous Colors of #aabcea

#aabcea #b8aaea #aadcea

Monochromatic Colors of #aabcea

#aabcea

Complementary Color

#aabcea #ead8aa

#aabcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabcea Color CSS Codes

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

#aabcea Text Font Color

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

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


#aabcea Background Color

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

This div background color is #aabcea


#aabcea Border Color

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

This div border color is #aabcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabcea


Comments

No comments written yet.

Please login to write comment.