Color Hex Logo

#adbfba Color Hex

#ADBFBA
(173,191,186)
0 Favorites   0 Comments

Color spaces of #adbfba

RGB 173191186
HSL0.450.120.71
HSV163°75°
CMYK 0.090.000.03   0.25
XYZ44.727349.691053.6883
Yxy49.69100.30200.3355
Hunter Lab70.4918-10.10194.1876
CIE-Lab75.8792-7.12200.4078

#adbfba color RGB value is (173,191,186).

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

The process color (four color CMYK) of #adbfba color hex is 0.09, 0.00, 0.03, 0.25. Web safe color of #adbfba is #99cccc. Color #adbfba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 10111010
Octal 255 277 272
Decimal 173 191 186
Hex AD BF BA

RGB Percentages of Color #adbfba

%31.45
%34.73
%33.82

CMYK Percentages of Color #adbfba

%9
%0
%3
%25

Triadic Colors of #adbfba

#adbfba #baadbf #bfbaad

Analogous Colors of #adbfba

#adbfba #adbbbf #adbfb1

Monochromatic Colors of #adbfba

#adbfba

Complementary Color

#adbfba #bfadb2

#adbfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfba Color CSS Codes

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

#adbfba Text Font Color

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

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


#adbfba Background Color

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

This div background color is #adbfba


#adbfba Border Color

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

This div border color is #adbfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfba


Comments

No comments written yet.

Please login to write comment.