Color Hex Logo

#adfc4f Color Hex

#ADFC4F
(173,252,79)
0 Favorites   0 Comments

Color spaces of #adfc4f

RGB 17325279
HSL0.240.970.65
HSV87°69°99°
CMYK 0.310.000.69   0.01
XYZ53.455379.069619.8417
Yxy79.06960.35080.5189
Hunter Lab88.9211-48.305949.0149
CIE-Lab91.2658-49.633871.5523

#adfc4f color RGB value is (173,252,79).

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

The process color (four color CMYK) of #adfc4f color hex is 0.31, 0.00, 0.69, 0.01. Web safe color of #adfc4f is #99ff66. Color #adfc4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111100 01001111
Octal 255 374 117
Decimal 173 252 79
Hex AD FC 4F

RGB Percentages of Color #adfc4f

%34.33
%50.00
%15.67

CMYK Percentages of Color #adfc4f

%31
%0
%69
%1

Triadic Colors of #adfc4f

#adfc4f #4fadfc #fc4fad

Analogous Colors of #adfc4f

#adfc4f #56fc4f #fcf54f

Monochromatic Colors of #adfc4f

#adfc4f

Complementary Color

#adfc4f #9e4ffc

#adfc4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfc4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfc4f Color CSS Codes

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

#adfc4f Text Font Color

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

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


#adfc4f Background Color

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

This div background color is #adfc4f


#adfc4f Border Color

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

This div border color is #adfc4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfc4f


Comments

No comments written yet.

Please login to write comment.