Color Hex Logo

#6cac42 Color Hex

#6CAC42
(108,172,66)
0 Favorites   0 Comments

Color spaces of #6cac42

RGB 10817266
HSL0.270.450.47
HSV96°62°67°
CMYK 0.370.000.62   0.33
XYZ21.920233.086510.3853
Yxy33.08650.33520.5060
Hunter Lab57.5209-32.638329.5599
CIE-Lab64.2309-39.199346.9494

#6cac42 color RGB value is (108,172,66).

#6cac42 hex color red value is 108, green value is 172 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #6cac42 hue: 0.27 , saturation: 0.45 and the lightness value of 6cac42 is 0.47.

The process color (four color CMYK) of #6cac42 color hex is 0.37, 0.00, 0.62, 0.33. Web safe color of #6cac42 is #669933. Color #6cac42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101100 01000010
Octal 154 254 102
Decimal 108 172 66
Hex 6C AC 42

RGB Percentages of Color #6cac42

%31.21
%49.71
%19.08

CMYK Percentages of Color #6cac42

%37
%0
%62
%33

Triadic Colors of #6cac42

#6cac42 #426cac #ac426c

Analogous Colors of #6cac42

#6cac42 #42ac4d #a1ac42

Monochromatic Colors of #6cac42

#6cac42

Complementary Color

#6cac42 #8242ac

#6cac42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cac42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cac42 Color CSS Codes

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

#6cac42 Text Font Color

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

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


#6cac42 Background Color

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

This div background color is #6cac42


#6cac42 Border Color

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

This div border color is #6cac42


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,172,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cac42


Comments

No comments written yet.

Please login to write comment.