Color Hex Logo

#aabeda Color Hex

#AABEDA
(170,190,218)
0 Favorites   0 Comments

Color spaces of #aabeda

RGB 170190218
HSL0.600.390.76
HSV215°22°85°
CMYK 0.220.130.00   0.15
XYZ47.645950.434973.5534
Yxy50.43490.27760.2939
Hunter Lab71.0175-4.5244-11.6948
CIE-Lab76.3354-0.8069-16.2877

#aabeda color RGB value is (170,190,218).

#aabeda hex color red value is 170, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aabeda hue: 0.60 , saturation: 0.39 and the lightness value of aabeda is 0.76.

The process color (four color CMYK) of #aabeda color hex is 0.22, 0.13, 0.00, 0.15. Web safe color of #aabeda is #99cccc. Color #aabeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 11011010
Octal 252 276 332
Decimal 170 190 218
Hex AA BE DA

RGB Percentages of Color #aabeda

%29.41
%32.87
%37.72

CMYK Percentages of Color #aabeda

%22
%13
%0
%15

Triadic Colors of #aabeda

#aabeda #daaabe #bedaaa

Analogous Colors of #aabeda

#aabeda #aeaada #aad6da

Monochromatic Colors of #aabeda

#aabeda

Complementary Color

#aabeda #dac6aa

#aabeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabeda Color CSS Codes

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

#aabeda Text Font Color

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

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


#aabeda Background Color

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

This div background color is #aabeda


#aabeda Border Color

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

This div border color is #aabeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabeda


Comments

No comments written yet.

Please login to write comment.