Color Hex Logo

#adb5be Color Hex

#ADB5BE
(173,181,190)
0 Favorites   0 Comments

Color spaces of #adb5be

RGB 173181190
HSL0.590.120.71
HSV212°75°
CMYK 0.090.050.00   0.25
XYZ43.051745.649755.2574
Yxy45.64970.29910.3171
Hunter Lab67.5646-4.4989-1.1949
CIE-Lab73.3177-0.9992-5.5332

#adb5be color RGB value is (173,181,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110101 10111110
Octal 255 265 276
Decimal 173 181 190
Hex AD B5 BE

RGB Percentages of Color #adb5be

%31.80
%33.27
%34.93

CMYK Percentages of Color #adb5be

%9
%5
%0
%25

Triadic Colors of #adb5be

#adb5be #beadb5 #b5bead

Analogous Colors of #adb5be

#adb5be #aeadbe #adbebe

Monochromatic Colors of #adb5be

#adb5be

Complementary Color

#adb5be #beb6ad

#adb5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb5be Color CSS Codes

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

#adb5be Text Font Color

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

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


#adb5be Background Color

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

This div background color is #adb5be


#adb5be Border Color

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

This div border color is #adb5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb5be


Comments

No comments written yet.

Please login to write comment.