Color Hex Logo

#adc28a Color Hex

#ADC28A
(173,194,138)
0 Favorites   0 Comments

Color spaces of #adc28a

RGB 173194138
HSL0.230.310.65
HSV82°29°76°
CMYK 0.110.000.29   0.24
XYZ41.112849.302831.3943
Yxy49.30280.33750.4048
Hunter Lab70.2160-18.362722.6420
CIE-Lab75.6393-16.859725.8712

#adc28a color RGB value is (173,194,138).

#adc28a hex color red value is 173, green value is 194 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #adc28a hue: 0.23 , saturation: 0.31 and the lightness value of adc28a is 0.65.

The process color (four color CMYK) of #adc28a color hex is 0.11, 0.00, 0.29, 0.24. Web safe color of #adc28a is #99cc99. Color #adc28a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000010 10001010
Octal 255 302 212
Decimal 173 194 138
Hex AD C2 8A

RGB Percentages of Color #adc28a

%34.26
%38.42
%27.33

CMYK Percentages of Color #adc28a

%11
%0
%29
%24

Triadic Colors of #adc28a

#adc28a #8aadc2 #c28aad

Analogous Colors of #adc28a

#adc28a #91c28a #c2bb8a

Monochromatic Colors of #adc28a

#adc28a

Complementary Color

#adc28a #9f8ac2

#adc28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc28a Color CSS Codes

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

#adc28a Text Font Color

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

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


#adc28a Background Color

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

This div background color is #adc28a


#adc28a Border Color

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

This div border color is #adc28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc28a


Comments

No comments written yet.

Please login to write comment.