Color Hex Logo

#adfa66 Color Hex

#ADFA66
(173,250,102)
0 Favorites   0 Comments

Color spaces of #adfa66

RGB 173250102
HSL0.250.940.69
HSV91°59°98°
CMYK 0.310.000.59   0.02
XYZ53.817578.214824.8309
Yxy78.21480.34310.4986
Hunter Lab88.4391-46.146645.2606
CIE-Lab90.8778-47.031662.0807

#adfa66 color RGB value is (173,250,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 01100110
Octal 255 372 146
Decimal 173 250 102
Hex AD FA 66

RGB Percentages of Color #adfa66

%32.95
%47.62
%19.43

CMYK Percentages of Color #adfa66

%31
%0
%59
%2

Triadic Colors of #adfa66

#adfa66 #66adfa #fa66ad

Analogous Colors of #adfa66

#adfa66 #66fa69 #f7fa66

Monochromatic Colors of #adfa66

#adfa66

Complementary Color

#adfa66 #b366fa

#adfa66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfa66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfa66 Color CSS Codes

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

#adfa66 Text Font Color

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

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


#adfa66 Background Color

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

This div background color is #adfa66


#adfa66 Border Color

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

This div border color is #adfa66


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,250,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 #adfa66">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfa66

Related Colors


Comments

No comments written yet.

Please login to write comment.