Color Hex Logo

#adb6be Color Hex

#ADB6BE
(173,182,190)
0 Favorites   0 Comments

Color spaces of #adb6be

RGB 173182190
HSL0.580.120.71
HSV208°75°
CMYK 0.090.040.00   0.25
XYZ43.255846.057855.3254
Yxy46.05780.29910.3184
Hunter Lab67.8659-4.9945-0.8281
CIE-Lab73.5830-1.5372-5.1411

#adb6be color RGB value is (173,182,190).

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

The process color (four color CMYK) of #adb6be color hex is 0.09, 0.04, 0.00, 0.25. Web safe color of #adb6be is #99cccc. Color #adb6be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110110 10111110
Octal 255 266 276
Decimal 173 182 190
Hex AD B6 BE

RGB Percentages of Color #adb6be

%31.74
%33.39
%34.86

CMYK Percentages of Color #adb6be

%9
%4
%0
%25

Triadic Colors of #adb6be

#adb6be #beadb6 #b6bead

Analogous Colors of #adb6be

#adb6be #adaebe #adbebe

Monochromatic Colors of #adb6be

#adb6be

Complementary Color

#adb6be #beb5ad

#adb6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb6be Color CSS Codes

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

#adb6be Text Font Color

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

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


#adb6be Background Color

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

This div background color is #adb6be


#adb6be Border Color

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

This div border color is #adb6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb6be


Comments

No comments written yet.

Please login to write comment.