Color Hex Logo

#aabdcf Color Hex

#AABDCF
(170,189,207)
0 Favorites   0 Comments

Color spaces of #aabdcf

RGB 170189207
HSL0.580.280.74
HSV209°18°81°
CMYK 0.180.090.00   0.19
XYZ46.037649.446266.1491
Yxy49.44620.28480.3059
Hunter Lab70.3180-6.1915-6.5523
CIE-Lab75.7281-2.7093-11.2369

#aabdcf color RGB value is (170,189,207).

#aabdcf hex color red value is 170, green value is 189 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aabdcf hue: 0.58 , saturation: 0.28 and the lightness value of aabdcf is 0.74.

The process color (four color CMYK) of #aabdcf color hex is 0.18, 0.09, 0.00, 0.19. Web safe color of #aabdcf is #99cccc. Color #aabdcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 11001111
Octal 252 275 317
Decimal 170 189 207
Hex AA BD CF

RGB Percentages of Color #aabdcf

%30.04
%33.39
%36.57

CMYK Percentages of Color #aabdcf

%18
%9
%0
%19

Triadic Colors of #aabdcf

#aabdcf #cfaabd #bdcfaa

Analogous Colors of #aabdcf

#aabdcf #aaabcf #aacfcf

Monochromatic Colors of #aabdcf

#aabdcf

Complementary Color

#aabdcf #cfbcaa

#aabdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdcf Color CSS Codes

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

#aabdcf Text Font Color

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

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


#aabdcf Background Color

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

This div background color is #aabdcf


#aabdcf Border Color

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

This div border color is #aabdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdcf


Comments

No comments written yet.

Please login to write comment.