Color Hex Logo

#adc53f Color Hex

#ADC53F
(173,197,63)
0 Favorites   0 Comments

Color spaces of #adc53f

RGB 17319763
HSL0.200.540.51
HSV71°68°77°
CMYK 0.120.000.68   0.23
XYZ38.097049.175612.1865
Yxy49.17560.38300.4944
Hunter Lab70.1253-25.745638.7842
CIE-Lab75.5604-26.001561.4793

#adc53f color RGB value is (173,197,63).

#adc53f hex color red value is 173, green value is 197 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #adc53f hue: 0.20 , saturation: 0.54 and the lightness value of adc53f is 0.51.

The process color (four color CMYK) of #adc53f color hex is 0.12, 0.00, 0.68, 0.23. Web safe color of #adc53f is #99cc33. Color #adc53f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000101 00111111
Octal 255 305 77
Decimal 173 197 63
Hex AD C5 3F

RGB Percentages of Color #adc53f

%39.95
%45.50
%14.55

CMYK Percentages of Color #adc53f

%12
%0
%68
%23

Triadic Colors of #adc53f

#adc53f #3fadc5 #c53fad

Analogous Colors of #adc53f

#adc53f #6ac53f #c59a3f

Monochromatic Colors of #adc53f

#adc53f

Complementary Color

#adc53f #573fc5

#adc53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc53f Color CSS Codes

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

#adc53f Text Font Color

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

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


#adc53f Background Color

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

This div background color is #adc53f


#adc53f Border Color

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

This div border color is #adc53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc53f


Comments

No comments written yet.

Please login to write comment.