Color Hex Logo

#aabded Color Hex

#AABDED
(170,189,237)
0 Favorites   0 Comments

Color spaces of #aabded

RGB 170189237
HSL0.620.650.80
HSV223°28°93°
CMYK 0.280.200.00   0.07
XYZ50.061251.055787.3370
Yxy51.05570.26560.2709
Hunter Lab71.45330.0165-22.4526
CIE-Lab76.71274.1680-25.9777

#aabded color RGB value is (170,189,237).

#aabded hex color red value is 170, green value is 189 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aabded hue: 0.62 , saturation: 0.65 and the lightness value of aabded is 0.80.

The process color (four color CMYK) of #aabded color hex is 0.28, 0.20, 0.00, 0.07. Web safe color of #aabded is #99ccff. Color #aabded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 11101101
Octal 252 275 355
Decimal 170 189 237
Hex AA BD ED

RGB Percentages of Color #aabded

%28.52
%31.71
%39.77

CMYK Percentages of Color #aabded

%28
%20
%0
%7

Triadic Colors of #aabded

#aabded #edaabd #bdedaa

Analogous Colors of #aabded

#aabded #b9aaed #aadfed

Monochromatic Colors of #aabded

#aabded

Complementary Color

#aabded #eddaaa

#aabded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabded Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabded Color CSS Codes

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

#aabded Text Font Color

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

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


#aabded Background Color

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

This div background color is #aabded


#aabded Border Color

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

This div border color is #aabded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabded


Comments

No comments written yet.

Please login to write comment.