Color Hex Logo

#adbdba Color Hex

#ADBDBA
(173,189,186)
0 Favorites   0 Comments

Color spaces of #adbdba

RGB 173189186
HSL0.470.110.71
HSV169°74°
CMYK 0.080.000.02   0.26
XYZ44.294148.824653.5439
Yxy48.82460.30200.3329
Hunter Lab69.8746-9.12793.4791
CIE-Lab75.3421-6.0664-0.3765

#adbdba color RGB value is (173,189,186).

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

The process color (four color CMYK) of #adbdba color hex is 0.08, 0.00, 0.02, 0.26. Web safe color of #adbdba is #99cccc. Color #adbdba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 10111010
Octal 255 275 272
Decimal 173 189 186
Hex AD BD BA

RGB Percentages of Color #adbdba

%31.57
%34.49
%33.94

CMYK Percentages of Color #adbdba

%8
%0
%2
%26

Triadic Colors of #adbdba

#adbdba #baadbd #bdbaad

Analogous Colors of #adbdba

#adbdba #adb8bd #adbdb2

Monochromatic Colors of #adbdba

#adbdba

Complementary Color

#adbdba #bdadb0

#adbdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbdba Color CSS Codes

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

#adbdba Text Font Color

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

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


#adbdba Background Color

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

This div background color is #adbdba


#adbdba Border Color

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

This div border color is #adbdba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,189,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 #adbdba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbdba


Comments

No comments written yet.

Please login to write comment.