Color Hex Logo

#adb399 Color Hex

#ADB399
(173,179,153)
0 Favorites   0 Comments

Color spaces of #adb399

RGB 173179153
HSL0.210.150.65
HSV74°15°70°
CMYK 0.030.000.15   0.30
XYZ39.103443.424336.4578
Yxy43.42430.32860.3650
Hunter Lab65.8971-9.397913.3256
CIE-Lab71.8420-6.755712.5716

#adb399 color RGB value is (173,179,153).

#adb399 hex color red value is 173, green value is 179 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #adb399 hue: 0.21 , saturation: 0.15 and the lightness value of adb399 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110011 10011001
Octal 255 263 231
Decimal 173 179 153
Hex AD B3 99

RGB Percentages of Color #adb399

%34.26
%35.45
%30.30

CMYK Percentages of Color #adb399

%3
%0
%15
%30

Triadic Colors of #adb399

#adb399 #99adb3 #b399ad

Analogous Colors of #adb399

#adb399 #a0b399 #b3ac99

Monochromatic Colors of #adb399

#adb399

Complementary Color

#adb399 #9f99b3

#adb399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb399 Color CSS Codes

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

#adb399 Text Font Color

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

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


#adb399 Background Color

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

This div background color is #adb399


#adb399 Border Color

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

This div border color is #adb399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb399


Comments

No comments written yet.

Please login to write comment.