Color Hex Logo

#adb393 Color Hex

#ADB393
(173,179,147)
0 Favorites   0 Comments

Color spaces of #adb393

RGB 173179147
HSL0.200.170.64
HSV71°18°70°
CMYK 0.030.000.18   0.30
XYZ38.620143.231033.9127
Yxy43.23100.33360.3734
Hunter Lab65.7503-10.216515.4446
CIE-Lab71.7115-7.731515.6565

#adb393 color RGB value is (173,179,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110011 10010011
Octal 255 263 223
Decimal 173 179 147
Hex AD B3 93

RGB Percentages of Color #adb393

%34.67
%35.87
%29.46

CMYK Percentages of Color #adb393

%3
%0
%18
%30

Triadic Colors of #adb393

#adb393 #93adb3 #b393ad

Analogous Colors of #adb393

#adb393 #9db393 #b3a993

Monochromatic Colors of #adb393

#adb393

Complementary Color

#adb393 #9993b3

#adb393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb393 Color CSS Codes

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

#adb393 Text Font Color

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

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


#adb393 Background Color

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

This div background color is #adb393


#adb393 Border Color

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

This div border color is #adb393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb393


Comments

No comments written yet.

Please login to write comment.