Color Hex Logo

#adb293 Color Hex

#ADB293
(173,178,147)
0 Favorites   0 Comments

Color spaces of #adb293

RGB 173178147
HSL0.190.170.64
HSV70°17°70°
CMYK 0.030.000.17   0.30
XYZ38.420442.831633.8461
Yxy42.83160.33380.3721
Hunter Lab65.4459-9.740715.1496
CIE-Lab71.4405-7.203015.2782

#adb293 color RGB value is (173,178,147).

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

The process color (four color CMYK) of #adb293 color hex is 0.03, 0.00, 0.17, 0.30. Web safe color of #adb293 is #999999. Color #adb293 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 10010011
Octal 255 262 223
Decimal 173 178 147
Hex AD B2 93

RGB Percentages of Color #adb293

%34.74
%35.74
%29.52

CMYK Percentages of Color #adb293

%3
%0
%17
%30

Triadic Colors of #adb293

#adb293 #93adb2 #b293ad

Analogous Colors of #adb293

#adb293 #9eb293 #b2a893

Monochromatic Colors of #adb293

#adb293

Complementary Color

#adb293 #9893b2

#adb293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb293 Color CSS Codes

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

#adb293 Text Font Color

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

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


#adb293 Background Color

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

This div background color is #adb293


#adb293 Border Color

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

This div border color is #adb293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb293


Comments

No comments written yet.

Please login to write comment.