Color Hex Logo

#6ca06f Color Hex

#6CA06F
(108,160,111)
0 Favorites   0 Comments

Color spaces of #6ca06f

RGB 108160111
HSL0.340.210.53
HSV123°33°63°
CMYK 0.330.000.31   0.37
XYZ21.624429.477519.5889
Yxy29.47750.30590.4170
Hunter Lab54.2932-23.918416.6135
CIE-Lab61.2008-27.523920.1997

#6ca06f color RGB value is (108,160,111).

#6ca06f hex color red value is 108, green value is 160 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #6ca06f hue: 0.34 , saturation: 0.21 and the lightness value of 6ca06f is 0.53.

The process color (four color CMYK) of #6ca06f color hex is 0.33, 0.00, 0.31, 0.37. Web safe color of #6ca06f is #669966. Color #6ca06f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10100000 01101111
Octal 154 240 157
Decimal 108 160 111
Hex 6C A0 6F

RGB Percentages of Color #6ca06f

%28.50
%42.22
%29.29

CMYK Percentages of Color #6ca06f

%33
%0
%31
%37

Triadic Colors of #6ca06f

#6ca06f #6f6ca0 #a06f6c

Analogous Colors of #6ca06f

#6ca06f #6ca089 #83a06c

Monochromatic Colors of #6ca06f

#6ca06f

Complementary Color

#6ca06f #a06c9d

#6ca06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ca06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ca06f Color CSS Codes

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

#6ca06f Text Font Color

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

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


#6ca06f Background Color

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

This div background color is #6ca06f


#6ca06f Border Color

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

This div border color is #6ca06f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,160,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ca06f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ca06f;
  -webkit-box-shadow: 1px 1px 3px 2px #6ca06f;
  box-shadow:         1px 1px 3px 2px #6ca06f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,160,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 #6ca06f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ca06f


Comments

No comments written yet.

Please login to write comment.