Color Hex Logo

#adbab5 Color Hex

#ADBAB5
(173,186,181)
0 Favorites   0 Comments

Color spaces of #adbab5

RGB 173186181
HSL0.440.090.70
HSV157°73°
CMYK 0.070.000.03   0.27
XYZ43.133047.338250.5799
Yxy47.33820.30580.3356
Hunter Lab68.8028-8.50184.5753
CIE-Lab74.4056-5.44700.9772

#adbab5 color RGB value is (173,186,181).

#adbab5 hex color red value is 173, green value is 186 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #adbab5 hue: 0.44 , saturation: 0.09 and the lightness value of adbab5 is 0.70.

The process color (four color CMYK) of #adbab5 color hex is 0.07, 0.00, 0.03, 0.27. Web safe color of #adbab5 is #99cccc. Color #adbab5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 10110101
Octal 255 272 265
Decimal 173 186 181
Hex AD BA B5

RGB Percentages of Color #adbab5

%32.04
%34.44
%33.52

CMYK Percentages of Color #adbab5

%7
%0
%3
%27

Triadic Colors of #adbab5

#adbab5 #b5adba #bab5ad

Analogous Colors of #adbab5

#adbab5 #adb9ba #adbaaf

Monochromatic Colors of #adbab5

#adbab5

Complementary Color

#adbab5 #baadb2

#adbab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbab5 Color CSS Codes

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

#adbab5 Text Font Color

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

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


#adbab5 Background Color

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

This div background color is #adbab5


#adbab5 Border Color

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

This div border color is #adbab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbab5


Comments

No comments written yet.

Please login to write comment.