Color Hex Logo

#adc88e Color Hex

#ADC88E
(173,200,142)
0 Favorites   0 Comments

Color spaces of #adc88e

RGB 173200142
HSL0.240.350.67
HSV88°29°78°
CMYK 0.140.000.29   0.22
XYZ42.770352.145833.4021
Yxy52.14580.33330.4064
Hunter Lab72.2120-20.647823.1235
CIE-Lab77.3679-19.295826.0929

#adc88e color RGB value is (173,200,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001000 10001110
Octal 255 310 216
Decimal 173 200 142
Hex AD C8 8E

RGB Percentages of Color #adc88e

%33.59
%38.83
%27.57

CMYK Percentages of Color #adc88e

%14
%0
%29
%22

Triadic Colors of #adc88e

#adc88e #8eadc8 #c88ead

Analogous Colors of #adc88e

#adc88e #90c88e #c8c68e

Monochromatic Colors of #adc88e

#adc88e

Complementary Color

#adc88e #a98ec8

#adc88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc88e Color CSS Codes

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

#adc88e Text Font Color

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

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


#adc88e Background Color

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

This div background color is #adc88e


#adc88e Border Color

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

This div border color is #adc88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc88e


Comments

No comments written yet.

Please login to write comment.