Color Hex Logo

#adf53f Color Hex

#ADF53F
(173,245,63)
0 Favorites   0 Comments

Color spaces of #adf53f

RGB 17324563
HSL0.230.900.60
HSV84°74°96°
CMYK 0.290.000.74   0.04
XYZ50.783274.547916.4153
Yxy74.54790.35830.5259
Hunter Lab86.3411-46.108749.1665
CIE-Lab89.1808-47.641674.9010

#adf53f color RGB value is (173,245,63).

#adf53f hex color red value is 173, green value is 245 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #adf53f hue: 0.23 , saturation: 0.90 and the lightness value of adf53f is 0.60.

The process color (four color CMYK) of #adf53f color hex is 0.29, 0.00, 0.74, 0.04. Web safe color of #adf53f is #99ff33. Color #adf53f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110101 00111111
Octal 255 365 77
Decimal 173 245 63
Hex AD F5 3F

RGB Percentages of Color #adf53f

%35.97
%50.94
%13.10

CMYK Percentages of Color #adf53f

%29
%0
%74
%4

Triadic Colors of #adf53f

#adf53f #3fadf5 #f53fad

Analogous Colors of #adf53f

#adf53f #52f53f #f5e23f

Monochromatic Colors of #adf53f

#adf53f

Complementary Color

#adf53f #873ff5

#adf53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf53f Color CSS Codes

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

#adf53f Text Font Color

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

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


#adf53f Background Color

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

This div background color is #adf53f


#adf53f Border Color

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

This div border color is #adf53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf53f


Comments

No comments written yet.

Please login to write comment.