Color Hex Logo

#adc41f Color Hex

#ADC41F
(173,196,31)
0 Favorites   0 Comments

Color spaces of #adc41f

RGB 17319631
HSL0.190.730.45
HSV68°84°77°
CMYK 0.120.000.84   0.23
XYZ37.220848.46308.6889
Yxy48.46300.39440.5135
Hunter Lab69.6154-26.389541.3306
CIE-Lab75.1160-26.934170.9910

#adc41f color RGB value is (173,196,31).

#adc41f hex color red value is 173, green value is 196 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #adc41f hue: 0.19 , saturation: 0.73 and the lightness value of adc41f is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000100 00011111
Octal 255 304 37
Decimal 173 196 31
Hex AD C4 1F

RGB Percentages of Color #adc41f

%43.25
%49.00
%7.75

CMYK Percentages of Color #adc41f

%12
%0
%84
%23

Triadic Colors of #adc41f

#adc41f #1fadc4 #c41fad

Analogous Colors of #adc41f

#adc41f #5bc41f #c4891f

Monochromatic Colors of #adc41f

#adc41f

Complementary Color

#adc41f #361fc4

#adc41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc41f Color CSS Codes

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

#adc41f Text Font Color

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

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


#adc41f Background Color

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

This div background color is #adc41f


#adc41f Border Color

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

This div border color is #adc41f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc41f


Comments

No comments written yet.

Please login to write comment.