color codes Logo

#adfa4d color codes

#ADFA4D
(173,250,77)
0 Favorites   0 Comments

Color spaces of #adfa4d

RGB 17325077
HSL0.240.950.64
HSV87°69°98°
CMYK 0.310.000.69   0.02
XYZ52.758777.791319.2557
Yxy77.79130.35220.5193
Hunter Lab88.1994-47.574648.7954
CIE-Lab90.6846-48.929371.6777

#adfa4d color RGB value is (173,250,77).

#adfa4d hex color red value is 173, green value is 250 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #adfa4d hue: 0.24 , saturation: 0.95 and the lightness value of adfa4d is 0.64.

The process color (four color CMYK) of #adfa4d color code is 0.31, 0.00, 0.69, 0.02. Web safe color of #adfa4d is #99ff66. Color #adfa4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 01001101
Octal 255 372 115
Decimal 173 250 77
Hex AD FA 4D

RGB Percentages of Color #adfa4d

%34.60
%50.00
%15.40

CMYK Percentages of Color #adfa4d

%31
%0
%69
%2

Triadic Colors of #adfa4d

#adfa4d #4dadfa #fa4dad

Analogous Colors of #adfa4d

#adfa4d #56fa4d #faf14d

Monochromatic Colors of #adfa4d

#adfa4d

Complementary Color

#adfa4d #9a4dfa

#adfa4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfa4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfa4d Color CSS Codes

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

#adfa4d Text Font Color

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

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


#adfa4d Background Color

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

This div background color is #adfa4d


#adfa4d Border Color

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

This div border color is #adfa4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfa4d

Related Colors


Comments

No comments written yet.

Please login to write comment.