Color Hex Logo

#6cab50 Color Hex

#6CAB50
(108,171,80)
0 Favorites   0 Comments

Color spaces of #6cab50

RGB 10817180
HSL0.280.360.49
HSV102°53°67°
CMYK 0.370.000.53   0.33
XYZ22.195232.893212.7686
Yxy32.89320.32710.4847
Hunter Lab57.3526-31.288326.9469
CIE-Lab64.0743-37.247640.1648

#6cab50 color RGB value is (108,171,80).

#6cab50 hex color red value is 108, green value is 171 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #6cab50 hue: 0.28 , saturation: 0.36 and the lightness value of 6cab50 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101011 01010000
Octal 154 253 120
Decimal 108 171 80
Hex 6C AB 50

RGB Percentages of Color #6cab50

%30.08
%47.63
%22.28

CMYK Percentages of Color #6cab50

%37
%0
%53
%33

Triadic Colors of #6cab50

#6cab50 #506cab #ab506c

Analogous Colors of #6cab50

#6cab50 #50ab62 #9aab50

Monochromatic Colors of #6cab50

#6cab50

Complementary Color

#6cab50 #8f50ab

#6cab50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cab50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cab50 Color CSS Codes

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

#6cab50 Text Font Color

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

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


#6cab50 Background Color

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

This div background color is #6cab50


#6cab50 Border Color

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

This div border color is #6cab50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cab50


Comments

No comments written yet.

Please login to write comment.