Color Hex Logo

#adb392 Color Hex

#ADB392
(173,179,146)
0 Favorites   0 Comments

Color spaces of #adb392

RGB 173179146
HSL0.200.180.64
HSV71°18°70°
CMYK 0.030.000.18   0.30
XYZ38.542043.199833.5011
Yxy43.19980.33440.3749
Hunter Lab65.7266-10.349215.7882
CIE-Lab71.6904-7.890316.1708

#adb392 color RGB value is (173,179,146).

#adb392 hex color red value is 173, green value is 179 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #adb392 hue: 0.20 , saturation: 0.18 and the lightness value of adb392 is 0.64.

The process color (four color CMYK) of #adb392 color hex is 0.03, 0.00, 0.18, 0.30. Web safe color of #adb392 is #99cc99. Color #adb392 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110011 10010010
Octal 255 263 222
Decimal 173 179 146
Hex AD B3 92

RGB Percentages of Color #adb392

%34.74
%35.94
%29.32

CMYK Percentages of Color #adb392

%3
%0
%18
%30

Triadic Colors of #adb392

#adb392 #92adb3 #b392ad

Analogous Colors of #adb392

#adb392 #9db392 #b3a992

Monochromatic Colors of #adb392

#adb392

Complementary Color

#adb392 #9892b3

#adb392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb392 Color CSS Codes

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

#adb392 Text Font Color

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

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


#adb392 Background Color

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

This div background color is #adb392


#adb392 Border Color

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

This div border color is #adb392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb392


Comments

No comments written yet.

Please login to write comment.