Color Hex Logo

#aabbda Color Hex

#AABBDA
(170,187,218)
0 Favorites   0 Comments

Color spaces of #aabbda

RGB 170187218
HSL0.610.390.76
HSV219°22°85°
CMYK 0.220.140.00   0.15
XYZ47.002849.148773.3390
Yxy49.14870.27730.2900
Hunter Lab70.1061-3.0100-12.9498
CIE-Lab75.54370.8104-17.4820

#aabbda color RGB value is (170,187,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 11011010
Octal 252 273 332
Decimal 170 187 218
Hex AA BB DA

RGB Percentages of Color #aabbda

%29.57
%32.52
%37.91

CMYK Percentages of Color #aabbda

%22
%14
%0
%15

Triadic Colors of #aabbda

#aabbda #daaabb #bbdaaa

Analogous Colors of #aabbda

#aabbda #b1aada #aad3da

Monochromatic Colors of #aabbda

#aabbda

Complementary Color

#aabbda #dac9aa

#aabbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabbda Color CSS Codes

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

#aabbda Text Font Color

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

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


#aabbda Background Color

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

This div background color is #aabbda


#aabbda Border Color

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

This div border color is #aabbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabbda


Comments

No comments written yet.

Please login to write comment.