Color Hex Logo

#adc81f Color Hex

#ADC81F
(173,200,31)
0 Favorites   0 Comments

Color spaces of #adc81f

RGB 17320031
HSL0.190.730.45
HSV70°85°78°
CMYK 0.140.000.85   0.22
XYZ38.135250.29178.9937
Yxy50.29170.39140.5162
Hunter Lab70.9166-28.116342.1224
CIE-Lab76.2480-28.841871.9473

#adc81f color RGB value is (173,200,31).

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

The process color (four color CMYK) of #adc81f color hex is 0.14, 0.00, 0.85, 0.22. Web safe color of #adc81f is #99cc33. Color #adc81f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001000 00011111
Octal 255 310 37
Decimal 173 200 31
Hex AD C8 1F

RGB Percentages of Color #adc81f

%42.82
%49.50
%7.67

CMYK Percentages of Color #adc81f

%14
%0
%85
%22

Triadic Colors of #adc81f

#adc81f #1fadc8 #c81fad

Analogous Colors of #adc81f

#adc81f #59c81f #c88f1f

Monochromatic Colors of #adc81f

#adc81f

Complementary Color

#adc81f #3a1fc8

#adc81f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc81f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc81f Color CSS Codes

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

#adc81f Text Font Color

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

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


#adc81f Background Color

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

This div background color is #adc81f


#adc81f Border Color

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

This div border color is #adc81f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,200,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 #adc81f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc81f


Comments

No comments written yet.

Please login to write comment.