Color Hex Logo

#adf00c Color Hex

#ADF00C
(173,240,12)
0 Favorites   0 Comments

Color spaces of #adf00c

RGB 17324012
HSL0.220.900.49
HSV78°95°94°
CMYK 0.280.000.95   0.06
XYZ48.460071.231011.5427
Yxy71.23100.36930.5428
Hunter Lab84.3985-45.206050.9702
CIE-Lab87.5971-47.099283.9602

#adf00c color RGB value is (173,240,12).

#adf00c hex color red value is 173, green value is 240 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #adf00c hue: 0.22 , saturation: 0.90 and the lightness value of adf00c is 0.49.

The process color (four color CMYK) of #adf00c color hex is 0.28, 0.00, 0.95, 0.06. Web safe color of #adf00c is #99ff00. Color #adf00c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110000 00001100
Octal 255 360 14
Decimal 173 240 12
Hex AD F0 C

RGB Percentages of Color #adf00c

%40.71
%56.47
%2.82

CMYK Percentages of Color #adf00c

%28
%0
%95
%6

Triadic Colors of #adf00c

#adf00c #0cadf0 #f00cad

Analogous Colors of #adf00c

#adf00c #3bf00c #f0c10c

Monochromatic Colors of #adf00c

#adf00c

Complementary Color

#adf00c #4f0cf0

#adf00c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf00c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf00c Color CSS Codes

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

#adf00c Text Font Color

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

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


#adf00c Background Color

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

This div background color is #adf00c


#adf00c Border Color

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

This div border color is #adf00c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf00c


Comments

No comments written yet.

Please login to write comment.