Color Hex Logo

#adbc7a Color Hex

#ADBC7A
(173,188,122)
0 Favorites   0 Comments

Color spaces of #adbc7a

RGB 173188122
HSL0.200.330.61
HSV74°35°74°
CMYK 0.080.000.35   0.26
XYZ38.729746.255825.2993
Yxy46.25580.35120.4194
Hunter Lab68.0116-17.372225.5531
CIE-Lab73.7112-16.001131.7195

#adbc7a color RGB value is (173,188,122).

#adbc7a hex color red value is 173, green value is 188 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #adbc7a hue: 0.20 , saturation: 0.33 and the lightness value of adbc7a is 0.61.

The process color (four color CMYK) of #adbc7a color hex is 0.08, 0.00, 0.35, 0.26. Web safe color of #adbc7a is #99cc66. Color #adbc7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 01111010
Octal 255 274 172
Decimal 173 188 122
Hex AD BC 7A

RGB Percentages of Color #adbc7a

%35.82
%38.92
%25.26

CMYK Percentages of Color #adbc7a

%8
%0
%35
%26

Triadic Colors of #adbc7a

#adbc7a #7aadbc #bc7aad

Analogous Colors of #adbc7a

#adbc7a #8cbc7a #bcaa7a

Monochromatic Colors of #adbc7a

#adbc7a

Complementary Color

#adbc7a #897abc

#adbc7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbc7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbc7a Color CSS Codes

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

#adbc7a Text Font Color

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

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


#adbc7a Background Color

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

This div background color is #adbc7a


#adbc7a Border Color

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

This div border color is #adbc7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbc7a


Comments

No comments written yet.

Please login to write comment.