color codes Logo

#aabbdd color codes

#AABBDD
(170,187,221)
3 Favorites   0 Comments

Color spaces of #aabbdd

RGB 170187221
HSL0.610.430.77
HSV220°23°87°
CMYK 0.230.150.00   0.13
XYZ47.399049.307275.4256
Yxy49.30720.27540.2865
Hunter Lab70.2191-2.3931-14.5328
CIE-Lab75.64201.4946-18.9596

#aabbdd color RGB value is (170,187,221).

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

The process color (four color CMYK) of #aabbdd color code is 0.23, 0.15, 0.00, 0.13. Web safe color of #aabbdd is #99cccc. Color #aabbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 11011101
Octal 252 273 335
Decimal 170 187 221
Hex AA BB DD

RGB Percentages of Color #aabbdd

%29.41
%32.35
%38.24

CMYK Percentages of Color #aabbdd

%23
%15
%0
%13

Triadic Colors of #aabbdd

#aabbdd #ddaabb #bbddaa

Analogous Colors of #aabbdd

#aabbdd #b3aadd #aad5dd

Monochromatic Colors of #aabbdd

#aabbdd

Complementary Color

#aabbdd #ddccaa

#aabbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabbdd Color CSS Codes

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

#aabbdd Text Font Color

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

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


#aabbdd Background Color

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

This div background color is #aabbdd


#aabbdd Border Color

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

This div border color is #aabbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabbdd

#aabbdd Color Palettes


Comments

No comments written yet.

Please login to write comment.