Color Hex Logo

#adbc7c Color Hex

#ADBC7C
(173,188,124)
0 Favorites   0 Comments

Color spaces of #adbc7c

RGB 173188124
HSL0.210.320.61
HSV74°34°74°
CMYK 0.080.000.34   0.26
XYZ38.854946.305925.9588
Yxy46.30590.34970.4167
Hunter Lab68.0484-17.163325.0162
CIE-Lab73.7436-15.741630.7161

#adbc7c color RGB value is (173,188,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 01111100
Octal 255 274 174
Decimal 173 188 124
Hex AD BC 7C

RGB Percentages of Color #adbc7c

%35.67
%38.76
%25.57

CMYK Percentages of Color #adbc7c

%8
%0
%34
%26

Triadic Colors of #adbc7c

#adbc7c #7cadbc #bc7cad

Analogous Colors of #adbc7c

#adbc7c #8dbc7c #bcab7c

Monochromatic Colors of #adbc7c

#adbc7c

Complementary Color

#adbc7c #8b7cbc

#adbc7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbc7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbc7c Color CSS Codes

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

#adbc7c Text Font Color

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

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


#adbc7c Background Color

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

This div background color is #adbc7c


#adbc7c Border Color

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

This div border color is #adbc7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbc7c


Comments

No comments written yet.

Please login to write comment.