Color Hex Logo

#adb093 Color Hex

#ADB093
(173,176,147)
0 Favorites   0 Comments

Color spaces of #adb093

RGB 173176147
HSL0.180.160.63
HSV66°16°69°
CMYK 0.020.000.16   0.31
XYZ38.025442.041533.7144
Yxy42.04150.33420.3695
Hunter Lab64.8394-8.786814.5587
CIE-Lab70.8995-6.142414.5214

#adb093 color RGB value is (173,176,147).

#adb093 hex color red value is 173, green value is 176 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #adb093 hue: 0.18 , saturation: 0.16 and the lightness value of adb093 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110000 10010011
Octal 255 260 223
Decimal 173 176 147
Hex AD B0 93

RGB Percentages of Color #adb093

%34.88
%35.48
%29.64

CMYK Percentages of Color #adb093

%2
%0
%16
%31

Triadic Colors of #adb093

#adb093 #93adb0 #b093ad

Analogous Colors of #adb093

#adb093 #9fb093 #b0a593

Monochromatic Colors of #adb093

#adb093

Complementary Color

#adb093 #9693b0

#adb093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb093 Color CSS Codes

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

#adb093 Text Font Color

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

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


#adb093 Background Color

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

This div background color is #adb093


#adb093 Border Color

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

This div border color is #adb093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb093


Comments

No comments written yet.

Please login to write comment.