Color Hex Logo

#adfa1c Color Hex

#ADFA1C
(173,250,28)
0 Favorites   0 Comments

Color spaces of #adfa1c

RGB 17325028
HSL0.220.960.55
HSV81°89°98°
CMYK 0.310.000.89   0.02
XYZ51.628877.339313.3055
Yxy77.33930.36290.5436
Hunter Lab87.9428-49.107452.5895
CIE-Lab90.4776-50.991684.3343

#adfa1c color RGB value is (173,250,28).

#adfa1c hex color red value is 173, green value is 250 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #adfa1c hue: 0.22 , saturation: 0.96 and the lightness value of adfa1c is 0.55.

The process color (four color CMYK) of #adfa1c color hex is 0.31, 0.00, 0.89, 0.02. Web safe color of #adfa1c is #99ff33. Color #adfa1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 00011100
Octal 255 372 34
Decimal 173 250 28
Hex AD FA 1C

RGB Percentages of Color #adfa1c

%38.36
%55.43
%6.21

CMYK Percentages of Color #adfa1c

%31
%0
%89
%2

Triadic Colors of #adfa1c

#adfa1c #1cadfa #fa1cad

Analogous Colors of #adfa1c

#adfa1c #3efa1c #fad81c

Monochromatic Colors of #adfa1c

#adfa1c

Complementary Color

#adfa1c #691cfa

#adfa1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfa1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfa1c Color CSS Codes

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

#adfa1c Text Font Color

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

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


#adfa1c Background Color

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

This div background color is #adfa1c


#adfa1c Border Color

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

This div border color is #adfa1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfa1c


Comments

No comments written yet.

Please login to write comment.