Color Hex Logo

#adb898 Color Hex

#ADB898
(173,184,152)
0 Favorites   0 Comments

Color spaces of #adb898

RGB 173184152
HSL0.220.180.66
HSV81°17°72°
CMYK 0.060.000.17   0.28
XYZ40.041645.432236.3646
Yxy45.43220.32860.3729
Hunter Lab67.4034-11.916515.1950
CIE-Lab73.1756-9.553214.9893

#adb898 color RGB value is (173,184,152).

#adb898 hex color red value is 173, green value is 184 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #adb898 hue: 0.22 , saturation: 0.18 and the lightness value of adb898 is 0.66.

The process color (four color CMYK) of #adb898 color hex is 0.06, 0.00, 0.17, 0.28. Web safe color of #adb898 is #99cc99. Color #adb898 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111000 10011000
Octal 255 270 230
Decimal 173 184 152
Hex AD B8 98

RGB Percentages of Color #adb898

%33.99
%36.15
%29.86

CMYK Percentages of Color #adb898

%6
%0
%17
%28

Triadic Colors of #adb898

#adb898 #98adb8 #b898ad

Analogous Colors of #adb898

#adb898 #9db898 #b8b398

Monochromatic Colors of #adb898

#adb898

Complementary Color

#adb898 #a398b8

#adb898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb898 Color CSS Codes

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

#adb898 Text Font Color

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

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


#adb898 Background Color

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

This div background color is #adb898


#adb898 Border Color

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

This div border color is #adb898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb898


Comments

No comments written yet.

Please login to write comment.