Color Hex Logo

#adfd6a Color Hex

#ADFD6A
(173,253,106)
0 Favorites   0 Comments

Color spaces of #adfd6a

RGB 173253106
HSL0.260.970.70
HSV93°58°99°
CMYK 0.320.000.58   0.01
XYZ54.960480.175426.2144
Yxy80.17540.34060.4969
Hunter Lab89.5407-47.132345.3205
CIE-Lab91.7635-47.941461.3792

#adfd6a color RGB value is (173,253,106).

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

The process color (four color CMYK) of #adfd6a color hex is 0.32, 0.00, 0.58, 0.01. Web safe color of #adfd6a is #99ff66. Color #adfd6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111101 01101010
Octal 255 375 152
Decimal 173 253 106
Hex AD FD 6A

RGB Percentages of Color #adfd6a

%32.52
%47.56
%19.92

CMYK Percentages of Color #adfd6a

%32
%0
%58
%1

Triadic Colors of #adfd6a

#adfd6a #6aadfd #fd6aad

Analogous Colors of #adfd6a

#adfd6a #6afd71 #f7fd6a

Monochromatic Colors of #adfd6a

#adfd6a

Complementary Color

#adfd6a #ba6afd

#adfd6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfd6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfd6a Color CSS Codes

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

#adfd6a Text Font Color

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

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


#adfd6a Background Color

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

This div background color is #adfd6a


#adfd6a Border Color

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

This div border color is #adfd6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfd6a


Comments

No comments written yet.

Please login to write comment.