Color Hex Logo

#66ad06 Color Hex

#66AD06
(102,173,6)
0 Favorites   0 Comments

Color spaces of #66ad06

RGB 1021736
HSL0.240.930.35
HSV86°97°68°
CMYK 0.410.000.97   0.32
XYZ20.455932.72515.4107
Yxy32.72510.34910.5585
Hunter Lab57.2059-36.281534.4363
CIE-Lab63.9377-44.921264.2942

#66ad06 color RGB value is (102,173,6).

#66ad06 hex color red value is 102, green value is 173 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #66ad06 hue: 0.24 , saturation: 0.93 and the lightness value of 66ad06 is 0.35.

The process color (four color CMYK) of #66ad06 color hex is 0.41, 0.00, 0.97, 0.32. Web safe color of #66ad06 is #669900. Color #66ad06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101101 00000110
Octal 146 255 6
Decimal 102 173 6
Hex 66 AD 6

RGB Percentages of Color #66ad06

%36.30
%61.57
%2.14

CMYK Percentages of Color #66ad06

%41
%0
%97
%32

Triadic Colors of #66ad06

#66ad06 #0666ad #ad0666

Analogous Colors of #66ad06

#66ad06 #13ad06 #ada106

Monochromatic Colors of #66ad06

#66ad06

Complementary Color

#66ad06 #4d06ad

#66ad06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66ad06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66ad06 Color CSS Codes

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

#66ad06 Text Font Color

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

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


#66ad06 Background Color

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

This div background color is #66ad06


#66ad06 Border Color

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

This div border color is #66ad06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66ad06


Comments

No comments written yet.

Please login to write comment.