Color Hex Logo

#adfa6b Color Hex

#ADFA6B
(173,250,107)
0 Favorites   0 Comments

Color spaces of #adfa6b

RGB 173250107
HSL0.260.930.70
HSV92°57°98°
CMYK 0.310.000.57   0.02
XYZ54.073078.317026.1767
Yxy78.31700.34100.4939
Hunter Lab88.4969-45.803244.4103
CIE-Lab90.9244-46.578659.9921

#adfa6b color RGB value is (173,250,107).

#adfa6b hex color red value is 173, green value is 250 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #adfa6b hue: 0.26 , saturation: 0.93 and the lightness value of adfa6b is 0.70.

The process color (four color CMYK) of #adfa6b color hex is 0.31, 0.00, 0.57, 0.02. Web safe color of #adfa6b is #99ff66. Color #adfa6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 01101011
Octal 255 372 153
Decimal 173 250 107
Hex AD FA 6B

RGB Percentages of Color #adfa6b

%32.64
%47.17
%20.19

CMYK Percentages of Color #adfa6b

%31
%0
%57
%2

Triadic Colors of #adfa6b

#adfa6b #6badfa #fa6bad

Analogous Colors of #adfa6b

#adfa6b #6bfa71 #f5fa6b

Monochromatic Colors of #adfa6b

#adfa6b

Complementary Color

#adfa6b #b86bfa

#adfa6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfa6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfa6b Color CSS Codes

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

#adfa6b Text Font Color

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

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


#adfa6b Background Color

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

This div background color is #adfa6b


#adfa6b Border Color

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

This div border color is #adfa6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfa6b


Comments

No comments written yet.

Please login to write comment.