Color Hex Logo

#adadbe Color Hex

#ADADBE
(173,173,190)
0 Favorites   0 Comments

Color spaces of #adadbe

RGB 173173190
HSL0.670.120.71
HSV240°75°
CMYK 0.090.090.00   0.25
XYZ41.471442.489154.7306
Yxy42.48910.29900.3064
Hunter Lab65.1837-0.5055-4.1535
CIE-Lab71.20683.3421-8.6640

#adadbe color RGB value is (173,173,190).

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

The process color (four color CMYK) of #adadbe color hex is 0.09, 0.09, 0.00, 0.25. Web safe color of #adadbe is #9999cc. Color #adadbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 10111110
Octal 255 255 276
Decimal 173 173 190
Hex AD AD BE

RGB Percentages of Color #adadbe

%32.28
%32.28
%35.45

CMYK Percentages of Color #adadbe

%9
%9
%0
%25

Triadic Colors of #adadbe

#adadbe #beadad #adbead

Analogous Colors of #adadbe

#adadbe #b6adbe #adb6be

Monochromatic Colors of #adadbe

#adadbe

Complementary Color

#adadbe #bebead

#adadbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adadbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adadbe Color CSS Codes

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

#adadbe Text Font Color

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

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


#adadbe Background Color

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

This div background color is #adadbe


#adadbe Border Color

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

This div border color is #adadbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adadbe


Comments

No comments written yet.

Please login to write comment.