Color Hex Logo

#adfb3a Color Hex

#ADFB3A
(173,251,58)
0 Favorites   0 Comments

Color spaces of #adfb3a

RGB 17325158
HSL0.230.960.61
HSV84°77°98°
CMYK 0.310.000.77   0.02
XYZ52.494578.184116.3273
Yxy78.18410.35710.5318
Hunter Lab88.4218-48.765750.9472
CIE-Lab90.8638-50.389077.9933

#adfb3a color RGB value is (173,251,58).

#adfb3a hex color red value is 173, green value is 251 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #adfb3a hue: 0.23 , saturation: 0.96 and the lightness value of adfb3a is 0.61.

The process color (four color CMYK) of #adfb3a color hex is 0.31, 0.00, 0.77, 0.02. Web safe color of #adfb3a is #99ff33. Color #adfb3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 00111010
Octal 255 373 72
Decimal 173 251 58
Hex AD FB 3A

RGB Percentages of Color #adfb3a

%35.89
%52.07
%12.03

CMYK Percentages of Color #adfb3a

%31
%0
%77
%2

Triadic Colors of #adfb3a

#adfb3a #3aadfb #fb3aad

Analogous Colors of #adfb3a

#adfb3a #4dfb3a #fbe93a

Monochromatic Colors of #adfb3a

#adfb3a

Complementary Color

#adfb3a #883afb

#adfb3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfb3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfb3a Color CSS Codes

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

#adfb3a Text Font Color

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

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


#adfb3a Background Color

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

This div background color is #adfb3a


#adfb3a Border Color

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

This div border color is #adfb3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfb3a

Related Colors


Comments

No comments written yet.

Please login to write comment.