Color Hex Logo

#aabdaf Color Hex

#AABDAF
(170,189,175)
0 Favorites   0 Comments

Color spaces of #aabdaf

RGB 170189175
HSL0.380.130.70
HSV136°10°74°
CMYK 0.100.000.07   0.26
XYZ42.513048.036447.5887
Yxy48.03640.30780.3477
Hunter Lab69.3083-11.79947.8059
CIE-Lab74.8479-9.20344.8554

#aabdaf color RGB value is (170,189,175).

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

The process color (four color CMYK) of #aabdaf color hex is 0.10, 0.00, 0.07, 0.26. Web safe color of #aabdaf is #99cc99. Color #aabdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 10101111
Octal 252 275 257
Decimal 170 189 175
Hex AA BD AF

RGB Percentages of Color #aabdaf

%31.84
%35.39
%32.77

CMYK Percentages of Color #aabdaf

%10
%0
%7
%26

Triadic Colors of #aabdaf

#aabdaf #afaabd #bdafaa

Analogous Colors of #aabdaf

#aabdaf #aabdb9 #afbdaa

Monochromatic Colors of #aabdaf

#aabdaf

Complementary Color

#aabdaf #bdaab8

#aabdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdaf Color CSS Codes

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

#aabdaf Text Font Color

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

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


#aabdaf Background Color

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

This div background color is #aabdaf


#aabdaf Border Color

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

This div border color is #aabdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdaf


Comments

No comments written yet.

Please login to write comment.