Color Hex Logo

#6cc072 Color Hex

#6CC072
(108,192,114)
0 Favorites   0 Comments

Color spaces of #6cc072

RGB 108192114
HSL0.350.400.59
HSV124°44°75°
CMYK 0.440.000.41   0.25
XYZ28.071242.102322.5666
Yxy42.10230.30270.4540
Hunter Lab64.8863-36.328124.8001
CIE-Lab70.9414-41.773031.5407

#6cc072 color RGB value is (108,192,114).

#6cc072 hex color red value is 108, green value is 192 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #6cc072 hue: 0.35 , saturation: 0.40 and the lightness value of 6cc072 is 0.59.

The process color (four color CMYK) of #6cc072 color hex is 0.44, 0.00, 0.41, 0.25. Web safe color of #6cc072 is #66cc66. Color #6cc072 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11000000 01110010
Octal 154 300 162
Decimal 108 192 114
Hex 6C C0 72

RGB Percentages of Color #6cc072

%26.09
%46.38
%27.54

CMYK Percentages of Color #6cc072

%44
%0
%41
%25

Triadic Colors of #6cc072

#6cc072 #726cc0 #c0726c

Analogous Colors of #6cc072

#6cc072 #6cc09c #90c06c

Monochromatic Colors of #6cc072

#6cc072

Complementary Color

#6cc072 #c06cba

#6cc072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cc072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cc072 Color CSS Codes

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

#6cc072 Text Font Color

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

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


#6cc072 Background Color

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

This div background color is #6cc072


#6cc072 Border Color

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

This div border color is #6cc072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cc072


Comments

No comments written yet.

Please login to write comment.