Color Hex Logo

#aabdbc Color Hex

#AABDBC
(170,189,188)
0 Favorites   0 Comments

Color spaces of #aabdbc

RGB 170189188
HSL0.490.130.70
HSV177°10°74°
CMYK 0.100.000.01   0.26
XYZ43.852348.572154.6410
Yxy48.57210.29820.3303
Hunter Lab69.6937-9.64912.3012
CIE-Lab75.1843-6.6797-1.7194

#aabdbc color RGB value is (170,189,188).

#aabdbc hex color red value is 170, green value is 189 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aabdbc hue: 0.49 , saturation: 0.13 and the lightness value of aabdbc is 0.70.

The process color (four color CMYK) of #aabdbc color hex is 0.10, 0.00, 0.01, 0.26. Web safe color of #aabdbc is #99cccc. Color #aabdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 10111100
Octal 252 275 274
Decimal 170 189 188
Hex AA BD BC

RGB Percentages of Color #aabdbc

%31.08
%34.55
%34.37

CMYK Percentages of Color #aabdbc

%10
%0
%1
%26

Triadic Colors of #aabdbc

#aabdbc #bcaabd #bdbcaa

Analogous Colors of #aabdbc

#aabdbc #aab5bd #aabdb3

Monochromatic Colors of #aabdbc

#aabdbc

Complementary Color

#aabdbc #bdaaab

#aabdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdbc Color CSS Codes

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

#aabdbc Text Font Color

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

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


#aabdbc Background Color

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

This div background color is #aabdbc


#aabdbc Border Color

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

This div border color is #aabdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdbc

#aabdbc Color Palettes


Comments

No comments written yet.

Please login to write comment.