Color Hex Logo

#adfb0f Color Hex

#ADFB0F
(173,251,15)
0 Favorites   0 Comments

Color spaces of #adfb0f

RGB 17325115
HSL0.220.970.52
HSV80°94°98°
CMYK 0.310.000.94   0.02
XYZ51.817077.913112.7596
Yxy77.91310.36370.5468
Hunter Lab88.2684-49.683253.2172
CIE-Lab90.7402-51.628786.1635

#adfb0f color RGB value is (173,251,15).

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

The process color (four color CMYK) of #adfb0f color hex is 0.31, 0.00, 0.94, 0.02. Web safe color of #adfb0f is #99ff00. Color #adfb0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 00001111
Octal 255 373 17
Decimal 173 251 15
Hex AD FB F

RGB Percentages of Color #adfb0f

%39.41
%57.18
%3.42

CMYK Percentages of Color #adfb0f

%31
%0
%94
%2

Triadic Colors of #adfb0f

#adfb0f #0fadfb #fb0fad

Analogous Colors of #adfb0f

#adfb0f #37fb0f #fbd30f

Monochromatic Colors of #adfb0f

#adfb0f

Complementary Color

#adfb0f #5d0ffb

#adfb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfb0f Color CSS Codes

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

#adfb0f Text Font Color

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

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


#adfb0f Background Color

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

This div background color is #adfb0f


#adfb0f Border Color

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

This div border color is #adfb0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfb0f

Related Colors


Comments

No comments written yet.

Please login to write comment.