color codes Logo

#adfc3c color codes

#ADFC3C
(173,252,60)
0 Favorites   0 Comments

Color spaces of #adfc3c

RGB 17325260
HSL0.240.970.61
HSV85°76°99°
CMYK 0.310.000.76   0.01
XYZ52.859678.831316.7049
Yxy78.83130.35620.5312
Hunter Lab88.7870-49.106750.9957
CIE-Lab91.1579-50.707777.6874

#adfc3c color RGB value is (173,252,60).

#adfc3c hex color red value is 173, green value is 252 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #adfc3c hue: 0.24 , saturation: 0.97 and the lightness value of adfc3c is 0.61.

The process color (four color CMYK) of #adfc3c color code is 0.31, 0.00, 0.76, 0.01. Web safe color of #adfc3c is #99ff33. Color #adfc3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111100 00111100
Octal 255 374 74
Decimal 173 252 60
Hex AD FC 3C

RGB Percentages of Color #adfc3c

%35.67
%51.96
%12.37

CMYK Percentages of Color #adfc3c

%31
%0
%76
%1

Triadic Colors of #adfc3c

#adfc3c #3cadfc #fc3cad

Analogous Colors of #adfc3c

#adfc3c #4dfc3c #fceb3c

Monochromatic Colors of #adfc3c

#adfc3c

Complementary Color

#adfc3c #8b3cfc

#adfc3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfc3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfc3c Color CSS Codes

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

#adfc3c Text Font Color

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

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


#adfc3c Background Color

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

This div background color is #adfc3c


#adfc3c Border Color

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

This div border color is #adfc3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfc3c


Comments

No comments written yet.

Please login to write comment.