Color Hex Logo

#adbfab Color Hex

#ADBFAB
(173,191,171)
0 Favorites   0 Comments

Color spaces of #adbfab

RGB 173191171
HSL0.320.140.71
HSV114°10°75°
CMYK 0.090.000.10   0.25
XYZ43.215149.086145.7250
Yxy49.08610.31310.3556
Hunter Lab70.0615-12.505810.3479
CIE-Lab75.5049-9.94177.9960

#adbfab color RGB value is (173,191,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 10101011
Octal 255 277 253
Decimal 173 191 171
Hex AD BF AB

RGB Percentages of Color #adbfab

%32.34
%35.70
%31.96

CMYK Percentages of Color #adbfab

%9
%0
%10
%25

Triadic Colors of #adbfab

#adbfab #abadbf #bfabad

Analogous Colors of #adbfab

#adbfab #abbfb3 #b7bfab

Monochromatic Colors of #adbfab

#adbfab

Complementary Color

#adbfab #bdabbf

#adbfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfab Color CSS Codes

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

#adbfab Text Font Color

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

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


#adbfab Background Color

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

This div background color is #adbfab


#adbfab Border Color

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

This div border color is #adbfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfab


Comments

No comments written yet.

Please login to write comment.