Color Hex Logo

#adc88b Color Hex

#ADC88B
(173,200,139)
0 Favorites   0 Comments

Color spaces of #adc88b

RGB 173200139
HSL0.240.360.66
HSV87°31°78°
CMYK 0.140.000.31   0.22
XYZ42.548152.056932.2316
Yxy52.05690.33550.4104
Hunter Lab72.1505-20.999524.0189
CIE-Lab77.3148-19.731727.5957

#adc88b color RGB value is (173,200,139).

#adc88b hex color red value is 173, green value is 200 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #adc88b hue: 0.24 , saturation: 0.36 and the lightness value of adc88b is 0.66.

The process color (four color CMYK) of #adc88b color hex is 0.14, 0.00, 0.31, 0.22. Web safe color of #adc88b is #99cc99. Color #adc88b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001000 10001011
Octal 255 310 213
Decimal 173 200 139
Hex AD C8 8B

RGB Percentages of Color #adc88b

%33.79
%39.06
%27.15

CMYK Percentages of Color #adc88b

%14
%0
%31
%22

Triadic Colors of #adc88b

#adc88b #8badc8 #c88bad

Analogous Colors of #adc88b

#adc88b #8fc88b #c8c58b

Monochromatic Colors of #adc88b

#adc88b

Complementary Color

#adc88b #a68bc8

#adc88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc88b Color CSS Codes

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

#adc88b Text Font Color

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

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


#adc88b Background Color

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

This div background color is #adc88b


#adc88b Border Color

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

This div border color is #adc88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc88b


Comments

No comments written yet.

Please login to write comment.