Color Hex Logo

#66ad79 Color Hex

#66AD79
(102,173,121)
0 Favorites   0 Comments

Color spaces of #66ad79

RGB 102173121
HSL0.380.300.54
HSV136°41°68°
CMYK 0.410.000.30   0.32
XYZ23.874334.092423.4113
Yxy34.09240.29340.4189
Hunter Lab58.3887-29.194117.0994
CIE-Lab65.0358-33.815719.9000

#66ad79 color RGB value is (102,173,121).

#66ad79 hex color red value is 102, green value is 173 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #66ad79 hue: 0.38 , saturation: 0.30 and the lightness value of 66ad79 is 0.54.

The process color (four color CMYK) of #66ad79 color hex is 0.41, 0.00, 0.30, 0.32. Web safe color of #66ad79 is #669966. Color #66ad79 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101101 01111001
Octal 146 255 171
Decimal 102 173 121
Hex 66 AD 79

RGB Percentages of Color #66ad79

%25.76
%43.69
%30.56

CMYK Percentages of Color #66ad79

%41
%0
%30
%32

Triadic Colors of #66ad79

#66ad79 #7966ad #ad7966

Analogous Colors of #66ad79

#66ad79 #66ad9d #77ad66

Monochromatic Colors of #66ad79

#66ad79

Complementary Color

#66ad79 #ad669a

#66ad79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66ad79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66ad79 Color CSS Codes

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

#66ad79 Text Font Color

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

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


#66ad79 Background Color

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

This div background color is #66ad79


#66ad79 Border Color

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

This div border color is #66ad79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66ad79

#66ad79 Color Palettes


Comments

No comments written yet.

Please login to write comment.