Color Hex Logo

#66ad3c Color Hex

#66AD3C
(102,173,60)
0 Favorites   0 Comments

Color spaces of #66ad3c

RGB 10217360
HSL0.270.480.46
HSV98°65°68°
CMYK 0.410.000.65   0.32
XYZ21.238733.03829.5326
Yxy33.03820.33280.5178
Hunter Lab57.4789-34.631530.4022
CIE-Lab64.1918-42.242149.4548

#66ad3c color RGB value is (102,173,60).

#66ad3c hex color red value is 102, green value is 173 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #66ad3c hue: 0.27 , saturation: 0.48 and the lightness value of 66ad3c is 0.46.

The process color (four color CMYK) of #66ad3c color hex is 0.41, 0.00, 0.65, 0.32. Web safe color of #66ad3c is #669933. Color #66ad3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101101 00111100
Octal 146 255 74
Decimal 102 173 60
Hex 66 AD 3C

RGB Percentages of Color #66ad3c

%30.45
%51.64
%17.91

CMYK Percentages of Color #66ad3c

%41
%0
%65
%32

Triadic Colors of #66ad3c

#66ad3c #3c66ad #ad3c66

Analogous Colors of #66ad3c

#66ad3c #3cad4b #9fad3c

Monochromatic Colors of #66ad3c

#66ad3c

Complementary Color

#66ad3c #833cad

#66ad3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66ad3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#66ad3c Color CSS Codes

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

#66ad3c Text Font Color

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

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


#66ad3c Background Color

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

This div background color is #66ad3c


#66ad3c Border Color

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

This div border color is #66ad3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66ad3c


Comments

No comments written yet.

Please login to write comment.