color codes Logo

#adb88a color codes

#ADB88A
(173,184,138)
0 Favorites   0 Comments

Color spaces of #adb88a

RGB 173184138
HSL0.210.240.63
HSV74°25°72°
CMYK 0.060.000.25   0.28
XYZ38.961545.000230.6772
Yxy45.00020.33990.3925
Hunter Lab67.0822-13.720619.8438
CIE-Lab72.8920-11.732022.1483

#adb88a color RGB value is (173,184,138).

#adb88a hex color red value is 173, green value is 184 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #adb88a hue: 0.21 , saturation: 0.24 and the lightness value of adb88a is 0.63.

The process color (four color CMYK) of #adb88a color code is 0.06, 0.00, 0.25, 0.28. Web safe color of #adb88a is #99cc99. Color #adb88a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111000 10001010
Octal 255 270 212
Decimal 173 184 138
Hex AD B8 8A

RGB Percentages of Color #adb88a

%34.95
%37.17
%27.88

CMYK Percentages of Color #adb88a

%6
%0
%25
%28

Triadic Colors of #adb88a

#adb88a #8aadb8 #b88aad

Analogous Colors of #adb88a

#adb88a #96b88a #b8ac8a

Monochromatic Colors of #adb88a

#adb88a

Complementary Color

#adb88a #958ab8

#adb88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb88a Color CSS Codes

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

#adb88a Text Font Color

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

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


#adb88a Background Color

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

This div background color is #adb88a


#adb88a Border Color

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

This div border color is #adb88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb88a


Comments

No comments written yet.

Please login to write comment.