Color Hex Logo

#adf972 Color Hex

#ADF972
(173,249,114)
0 Favorites   0 Comments

Color spaces of #adf972

RGB 173249114
HSL0.260.920.71
HSV94°54°98°
CMYK 0.310.000.54   0.02
XYZ54.146577.850528.0924
Yxy77.85050.33820.4863
Hunter Lab88.2329-44.866342.8858
CIE-Lab90.7116-45.474056.6628

#adf972 color RGB value is (173,249,114).

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

The process color (four color CMYK) of #adf972 color hex is 0.31, 0.00, 0.54, 0.02. Web safe color of #adf972 is #99ff66. Color #adf972 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111001 01110010
Octal 255 371 162
Decimal 173 249 114
Hex AD F9 72

RGB Percentages of Color #adf972

%32.28
%46.46
%21.27

CMYK Percentages of Color #adf972

%31
%0
%54
%2

Triadic Colors of #adf972

#adf972 #72adf9 #f972ad

Analogous Colors of #adf972

#adf972 #72f97b #f1f972

Monochromatic Colors of #adf972

#adf972

Complementary Color

#adf972 #be72f9

#adf972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf972 Color CSS Codes

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

#adf972 Text Font Color

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

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


#adf972 Background Color

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

This div background color is #adf972


#adf972 Border Color

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

This div border color is #adf972


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,249,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 #adf972">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf972

Related Colors


Comments

No comments written yet.

Please login to write comment.