Color Hex Logo

#adfb0a Color Hex

#ADFB0A
(173,251,10)
0 Favorites   0 Comments

Color spaces of #adfb0a

RGB 17325110
HSL0.220.970.51
HSV79°96°98°
CMYK 0.310.000.96   0.02
XYZ51.785577.900512.5941
Yxy77.90050.36400.5475
Hunter Lab88.2613-49.726053.3227
CIE-Lab90.7345-51.686786.5786

#adfb0a color RGB value is (173,251,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 00001010
Octal 255 373 12
Decimal 173 251 10
Hex AD FB A

RGB Percentages of Color #adfb0a

%39.86
%57.83
%2.30

CMYK Percentages of Color #adfb0a

%31
%0
%96
%2

Triadic Colors of #adfb0a

#adfb0a #0aadfb #fb0aad

Analogous Colors of #adfb0a

#adfb0a #35fb0a #fbd10a

Monochromatic Colors of #adfb0a

#adfb0a

Complementary Color

#adfb0a #580afb

#adfb0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfb0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfb0a Color CSS Codes

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

#adfb0a Text Font Color

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

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


#adfb0a Background Color

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

This div background color is #adfb0a


#adfb0a Border Color

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

This div border color is #adfb0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfb0a

Related Colors


Comments

No comments written yet.

Please login to write comment.