Color Hex Logo

#adfd66 Color Hex

#ADFD66
(173,253,102)
0 Favorites   0 Comments

Color spaces of #adfd66

RGB 173253102
HSL0.250.970.70
HSV92°60°99°
CMYK 0.320.000.60   0.01
XYZ54.757180.094125.1441
Yxy80.09410.34220.5006
Hunter Lab89.4953-47.402845.9889
CIE-Lab91.7271-48.298663.0333

#adfd66 color RGB value is (173,253,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111101 01100110
Octal 255 375 146
Decimal 173 253 102
Hex AD FD 66

RGB Percentages of Color #adfd66

%32.77
%47.92
%19.32

CMYK Percentages of Color #adfd66

%32
%0
%60
%1

Triadic Colors of #adfd66

#adfd66 #66adfd #fd66ad

Analogous Colors of #adfd66

#adfd66 #66fd6b #f9fd66

Monochromatic Colors of #adfd66

#adfd66

Complementary Color

#adfd66 #b666fd

#adfd66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfd66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfd66 Color CSS Codes

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

#adfd66 Text Font Color

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

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


#adfd66 Background Color

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

This div background color is #adfd66


#adfd66 Border Color

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

This div border color is #adfd66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfd66


Comments

No comments written yet.

Please login to write comment.