Color Hex Logo

#adf70f Color Hex

#ADF70F
(173,247,15)
0 Favorites   0 Comments

Color spaces of #adf70f

RGB 17324715
HSL0.220.940.51
HSV79°94°97°
CMYK 0.300.000.94   0.03
XYZ50.580675.440312.3475
Yxy75.44030.36560.5452
Hunter Lab86.8564-48.049652.3708
CIE-Lab89.5988-49.983885.2608

#adf70f color RGB value is (173,247,15).

#adf70f hex color red value is 173, green value is 247 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #adf70f hue: 0.22 , saturation: 0.94 and the lightness value of adf70f is 0.51.

The process color (four color CMYK) of #adf70f color hex is 0.30, 0.00, 0.94, 0.03. Web safe color of #adf70f is #99ff00. Color #adf70f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110111 00001111
Octal 255 367 17
Decimal 173 247 15
Hex AD F7 F

RGB Percentages of Color #adf70f

%39.77
%56.78
%3.45

CMYK Percentages of Color #adf70f

%30
%0
%94
%3

Triadic Colors of #adf70f

#adf70f #0fadf7 #f70fad

Analogous Colors of #adf70f

#adf70f #39f70f #f7cd0f

Monochromatic Colors of #adf70f

#adf70f

Complementary Color

#adf70f #590ff7

#adf70f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf70f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf70f Color CSS Codes

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

#adf70f Text Font Color

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

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


#adf70f Background Color

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

This div background color is #adf70f


#adf70f Border Color

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

This div border color is #adf70f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf70f

Related Colors


Comments

No comments written yet.

Please login to write comment.