Color Hex Logo

#66a56f Color Hex

#66A56F
(102,165,111)
0 Favorites   0 Comments

Color spaces of #66a56f

RGB 102165111
HSL0.360.260.52
HSV129°38°65°
CMYK 0.380.000.33   0.35
XYZ21.803930.882719.8507
Yxy30.88270.30060.4257
Hunter Lab55.5722-27.216417.7218
CIE-Lab62.4085-31.887421.7813

#66a56f color RGB value is (102,165,111).

#66a56f hex color red value is 102, green value is 165 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #66a56f hue: 0.36 , saturation: 0.26 and the lightness value of 66a56f is 0.52.

The process color (four color CMYK) of #66a56f color hex is 0.38, 0.00, 0.33, 0.35. Web safe color of #66a56f is #669966. Color #66a56f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10100101 01101111
Octal 146 245 157
Decimal 102 165 111
Hex 66 A5 6F

RGB Percentages of Color #66a56f

%26.98
%43.65
%29.37

CMYK Percentages of Color #66a56f

%38
%0
%33
%35

Triadic Colors of #66a56f

#66a56f #6f66a5 #a56f66

Analogous Colors of #66a56f

#66a56f #66a58f #7da566

Monochromatic Colors of #66a56f

#66a56f

Complementary Color

#66a56f #a5669c

#66a56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66a56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#66a56f Color CSS Codes

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

#66a56f Text Font Color

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

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


#66a56f Background Color

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

This div background color is #66a56f


#66a56f Border Color

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

This div border color is #66a56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66a56f


Comments

No comments written yet.

Please login to write comment.