Color Hex Logo

#adc728 Color Hex

#ADC728
(173,199,40)
0 Favorites   0 Comments

Color spaces of #adc728

RGB 17319940
HSL0.190.670.47
HSV70°80°78°
CMYK 0.130.000.80   0.22
XYZ38.040049.88439.6312
Yxy49.88430.38990.5113
Hunter Lab70.6288-27.462141.3552
CIE-Lab75.9982-28.072369.5055

#adc728 color RGB value is (173,199,40).

#adc728 hex color red value is 173, green value is 199 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #adc728 hue: 0.19 , saturation: 0.67 and the lightness value of adc728 is 0.47.

The process color (four color CMYK) of #adc728 color hex is 0.13, 0.00, 0.80, 0.22. Web safe color of #adc728 is #99cc33. Color #adc728 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000111 00101000
Octal 255 307 50
Decimal 173 199 40
Hex AD C7 28

RGB Percentages of Color #adc728

%41.99
%48.30
%9.71

CMYK Percentages of Color #adc728

%13
%0
%80
%22

Triadic Colors of #adc728

#adc728 #28adc7 #c728ad

Analogous Colors of #adc728

#adc728 #5ec728 #c79228

Monochromatic Colors of #adc728

#adc728

Complementary Color

#adc728 #4228c7

#adc728 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc728 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc728 Color CSS Codes

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

#adc728 Text Font Color

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

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


#adc728 Background Color

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

This div background color is #adc728


#adc728 Border Color

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

This div border color is #adc728


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc728


Comments

No comments written yet.

Please login to write comment.