Color Hex Logo

#adbfaa Color Hex

#ADBFAA
(173,191,170)
0 Favorites   0 Comments

Color spaces of #adbfaa

RGB 173191170
HSL0.310.140.71
HSV111°11°75°
CMYK 0.090.000.11   0.25
XYZ43.120149.048145.2248
Yxy49.04810.31380.3570
Hunter Lab70.0343-12.657810.7374
CIE-Lab75.4812-10.12188.5034

#adbfaa color RGB value is (173,191,170).

#adbfaa hex color red value is 173, green value is 191 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #adbfaa hue: 0.31 , saturation: 0.14 and the lightness value of adbfaa is 0.71.

The process color (four color CMYK) of #adbfaa color hex is 0.09, 0.00, 0.11, 0.25. Web safe color of #adbfaa is #99cc99. Color #adbfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 10101010
Octal 255 277 252
Decimal 173 191 170
Hex AD BF AA

RGB Percentages of Color #adbfaa

%32.40
%35.77
%31.84

CMYK Percentages of Color #adbfaa

%9
%0
%11
%25

Triadic Colors of #adbfaa

#adbfaa #aaadbf #bfaaad

Analogous Colors of #adbfaa

#adbfaa #aabfb2 #b8bfaa

Monochromatic Colors of #adbfaa

#adbfaa

Complementary Color

#adbfaa #bcaabf

#adbfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfaa Color CSS Codes

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

#adbfaa Text Font Color

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

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


#adbfaa Background Color

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

This div background color is #adbfaa


#adbfaa Border Color

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

This div border color is #adbfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfaa


Comments

No comments written yet.

Please login to write comment.