Color Hex Logo

#adf81c Color Hex

#ADF81C
(173,248,28)
0 Favorites   0 Comments

Color spaces of #adf81c

RGB 17324828
HSL0.220.940.54
HSV80°89°97°
CMYK 0.300.000.89   0.03
XYZ51.010676.102913.0994
Yxy76.10290.36380.5428
Hunter Lab87.2370-48.289352.1630
CIE-Lab89.9071-50.167583.8659

#adf81c color RGB value is (173,248,28).

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

The process color (four color CMYK) of #adf81c color hex is 0.30, 0.00, 0.89, 0.03. Web safe color of #adf81c is #99ff33. Color #adf81c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111000 00011100
Octal 255 370 34
Decimal 173 248 28
Hex AD F8 1C

RGB Percentages of Color #adf81c

%38.53
%55.23
%6.24

CMYK Percentages of Color #adf81c

%30
%0
%89
%3

Triadic Colors of #adf81c

#adf81c #1cadf8 #f81cad

Analogous Colors of #adf81c

#adf81c #3ff81c #f8d51c

Monochromatic Colors of #adf81c

#adf81c

Complementary Color

#adf81c #671cf8

#adf81c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf81c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf81c Color CSS Codes

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

#adf81c Text Font Color

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

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


#adf81c Background Color

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

This div background color is #adf81c


#adf81c Border Color

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

This div border color is #adf81c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf81c


Comments

No comments written yet.

Please login to write comment.