Color Hex Logo

#adfc4e Color Hex

#ADFC4E
(173,252,78)
0 Favorites   0 Comments

Color spaces of #adfc4e

RGB 17325278
HSL0.240.970.65
HSV87°69°99°
CMYK 0.310.000.69   0.01
XYZ53.419179.055119.6514
Yxy79.05510.35120.5197
Hunter Lab88.9129-48.354449.1349
CIE-Lab91.2592-49.698771.9047

#adfc4e color RGB value is (173,252,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111100 01001110
Octal 255 374 116
Decimal 173 252 78
Hex AD FC 4E

RGB Percentages of Color #adfc4e

%34.39
%50.10
%15.51

CMYK Percentages of Color #adfc4e

%31
%0
%69
%1

Triadic Colors of #adfc4e

#adfc4e #4eadfc #fc4ead

Analogous Colors of #adfc4e

#adfc4e #56fc4e #fcf44e

Monochromatic Colors of #adfc4e

#adfc4e

Complementary Color

#adfc4e #9d4efc

#adfc4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfc4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfc4e Color CSS Codes

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

#adfc4e Text Font Color

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

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


#adfc4e Background Color

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

This div background color is #adfc4e


#adfc4e Border Color

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

This div border color is #adfc4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfc4e


Comments

No comments written yet.

Please login to write comment.