Color Hex Logo

#adbc7b Color Hex

#ADBC7B
(173,188,123)
0 Favorites   0 Comments

Color spaces of #adbc7b

RGB 173188123
HSL0.210.330.61
HSV74°35°74°
CMYK 0.080.000.35   0.26
XYZ38.792046.280725.6274
Yxy46.28070.35040.4181
Hunter Lab68.0299-17.268125.2859
CIE-Lab73.7273-15.871831.2180

#adbc7b color RGB value is (173,188,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 01111011
Octal 255 274 173
Decimal 173 188 123
Hex AD BC 7B

RGB Percentages of Color #adbc7b

%35.74
%38.84
%25.41

CMYK Percentages of Color #adbc7b

%8
%0
%35
%26

Triadic Colors of #adbc7b

#adbc7b #7badbc #bc7bad

Analogous Colors of #adbc7b

#adbc7b #8dbc7b #bcab7b

Monochromatic Colors of #adbc7b

#adbc7b

Complementary Color

#adbc7b #8a7bbc

#adbc7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbc7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbc7b Color CSS Codes

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

#adbc7b Text Font Color

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

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


#adbc7b Background Color

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

This div background color is #adbc7b


#adbc7b Border Color

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

This div border color is #adbc7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbc7b


Comments

No comments written yet.

Please login to write comment.