Color Hex Logo

#6cc180 Color Hex

#6CC180
(108,193,128)
0 Favorites   0 Comments

Color spaces of #6cc180

RGB 108193128
HSL0.370.410.59
HSV134°44°76°
CMYK 0.440.000.34   0.24
XYZ29.150642.886627.1636
Yxy42.88660.29390.4323
Hunter Lab65.4879-35.148121.2487
CIE-Lab71.4779-39.871424.9202

#6cc180 color RGB value is (108,193,128).

#6cc180 hex color red value is 108, green value is 193 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #6cc180 hue: 0.37 , saturation: 0.41 and the lightness value of 6cc180 is 0.59.

The process color (four color CMYK) of #6cc180 color hex is 0.44, 0.00, 0.34, 0.24. Web safe color of #6cc180 is #66cc99. Color #6cc180 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11000001 10000000
Octal 154 301 200
Decimal 108 193 128
Hex 6C C1 80

RGB Percentages of Color #6cc180

%25.17
%44.99
%29.84

CMYK Percentages of Color #6cc180

%44
%0
%34
%24

Triadic Colors of #6cc180

#6cc180 #806cc1 #c1806c

Analogous Colors of #6cc180

#6cc180 #6cc1ab #83c16c

Monochromatic Colors of #6cc180

#6cc180

Complementary Color

#6cc180 #c16cad

#6cc180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cc180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cc180 Color CSS Codes

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

#6cc180 Text Font Color

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

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


#6cc180 Background Color

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

This div background color is #6cc180


#6cc180 Border Color

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

This div border color is #6cc180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cc180


Comments

No comments written yet.

Please login to write comment.