Color Hex Logo

#adb190 Color Hex

#ADB190
(173,177,144)
0 Favorites   0 Comments

Color spaces of #adb190

RGB 173177144
HSL0.190.170.63
HSV67°19°69°
CMYK 0.020.000.19   0.31
XYZ37.989842.342132.5561
Yxy42.34210.33650.3751
Hunter Lab65.0708-9.661615.8857
CIE-Lab71.1061-7.148116.4452

#adb190 color RGB value is (173,177,144).

#adb190 hex color red value is 173, green value is 177 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #adb190 hue: 0.19 , saturation: 0.17 and the lightness value of adb190 is 0.63.

The process color (four color CMYK) of #adb190 color hex is 0.02, 0.00, 0.19, 0.31. Web safe color of #adb190 is #999999. Color #adb190 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110001 10010000
Octal 255 261 220
Decimal 173 177 144
Hex AD B1 90

RGB Percentages of Color #adb190

%35.02
%35.83
%29.15

CMYK Percentages of Color #adb190

%2
%0
%19
%31

Triadic Colors of #adb190

#adb190 #90adb1 #b190ad

Analogous Colors of #adb190

#adb190 #9db190 #b1a590

Monochromatic Colors of #adb190

#adb190

Complementary Color

#adb190 #9490b1

#adb190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb190 Color CSS Codes

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

#adb190 Text Font Color

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

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


#adb190 Background Color

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

This div background color is #adb190


#adb190 Border Color

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

This div border color is #adb190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb190


Comments

No comments written yet.

Please login to write comment.