Color Hex Logo

#aabce5 Color Hex

#AABCE5
(170,188,229)
0 Favorites   0 Comments

Color spaces of #aabce5

RGB 170188229
HSL0.620.530.78
HSV222°26°90°
CMYK 0.260.180.00   0.10
XYZ48.703650.169681.2455
Yxy50.16960.27040.2785
Hunter Lab70.8305-1.2154-18.4267
CIE-Lab76.17322.8098-22.4830

#aabce5 color RGB value is (170,188,229).

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

The process color (four color CMYK) of #aabce5 color hex is 0.26, 0.18, 0.00, 0.10. Web safe color of #aabce5 is #99cccc. Color #aabce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111100 11100101
Octal 252 274 345
Decimal 170 188 229
Hex AA BC E5

RGB Percentages of Color #aabce5

%28.96
%32.03
%39.01

CMYK Percentages of Color #aabce5

%26
%18
%0
%10

Triadic Colors of #aabce5

#aabce5 #e5aabc #bce5aa

Analogous Colors of #aabce5

#aabce5 #b6aae5 #aadae5

Monochromatic Colors of #aabce5

#aabce5

Complementary Color

#aabce5 #e5d3aa

#aabce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabce5 Color CSS Codes

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

#aabce5 Text Font Color

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

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


#aabce5 Background Color

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

This div background color is #aabce5


#aabce5 Border Color

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

This div border color is #aabce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabce5


Comments

No comments written yet.

Please login to write comment.