Color Hex Logo

#adfe72 Color Hex

#ADFE72
(173,254,114)
0 Favorites   0 Comments

Color spaces of #adfe72

RGB 173254114
HSL0.260.990.72
HSV95°55°100°
CMYK 0.320.000.55   0.00
XYZ55.712780.982828.6145
Yxy80.98280.33700.4899
Hunter Lab89.9904-46.974744.1407
CIE-Lab92.1240-47.603558.3140

#adfe72 color RGB value is (173,254,114).

#adfe72 hex color red value is 173, green value is 254 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #adfe72 hue: 0.26 , saturation: 0.99 and the lightness value of adfe72 is 0.72.

The process color (four color CMYK) of #adfe72 color hex is 0.32, 0.00, 0.55, 0.00. Web safe color of #adfe72 is #99ff66. Color #adfe72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111110 01110010
Octal 255 376 162
Decimal 173 254 114
Hex AD FE 72

RGB Percentages of Color #adfe72

%31.98
%46.95
%21.07

CMYK Percentages of Color #adfe72

%32
%0
%55
%0

Triadic Colors of #adfe72

#adfe72 #72adfe #fe72ad

Analogous Colors of #adfe72

#adfe72 #72fe7d #f3fe72

Monochromatic Colors of #adfe72

#adfe72

Complementary Color

#adfe72 #c372fe

#adfe72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfe72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfe72 Color CSS Codes

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

#adfe72 Text Font Color

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

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


#adfe72 Background Color

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

This div background color is #adfe72


#adfe72 Border Color

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

This div border color is #adfe72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfe72


Comments

No comments written yet.

Please login to write comment.