Color Hex Logo

#adf225 Color Hex

#ADF225
(173,242,37)
0 Favorites   0 Comments

Color spaces of #adf225

RGB 17324237
HSL0.220.890.55
HSV80°85°95°
CMYK 0.290.000.85   0.05
XYZ49.319672.522113.1490
Yxy72.52210.36540.5372
Hunter Lab85.1599-45.653250.4573
CIE-Lab88.2193-47.433080.8314

#adf225 color RGB value is (173,242,37).

#adf225 hex color red value is 173, green value is 242 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #adf225 hue: 0.22 , saturation: 0.89 and the lightness value of adf225 is 0.55.

The process color (four color CMYK) of #adf225 color hex is 0.29, 0.00, 0.85, 0.05. Web safe color of #adf225 is #99ff33. Color #adf225 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110010 00100101
Octal 255 362 45
Decimal 173 242 37
Hex AD F2 25

RGB Percentages of Color #adf225

%38.27
%53.54
%8.19

CMYK Percentages of Color #adf225

%29
%0
%85
%5

Triadic Colors of #adf225

#adf225 #25adf2 #f225ad

Analogous Colors of #adf225

#adf225 #47f225 #f2d125

Monochromatic Colors of #adf225

#adf225

Complementary Color

#adf225 #6a25f2

#adf225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf225 Color CSS Codes

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

#adf225 Text Font Color

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

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


#adf225 Background Color

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

This div background color is #adf225


#adf225 Border Color

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

This div border color is #adf225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf225


Comments

No comments written yet.

Please login to write comment.