Color Hex Logo

#6cb08e Color Hex

#6CB08E
(108,176,142)
0 Favorites   0 Comments

Color spaces of #6cb08e

RGB 108176142
HSL0.420.300.56
HSV150°39°69°
CMYK 0.390.000.19   0.31
XYZ26.592236.191831.1753
Yxy36.19180.28300.3852
Hunter Lab60.1596-26.377411.3871
CIE-Lab66.6662-29.299210.7083

#6cb08e color RGB value is (108,176,142).

#6cb08e hex color red value is 108, green value is 176 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #6cb08e hue: 0.42 , saturation: 0.30 and the lightness value of 6cb08e is 0.56.

The process color (four color CMYK) of #6cb08e color hex is 0.39, 0.00, 0.19, 0.31. Web safe color of #6cb08e is #669999. Color #6cb08e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10110000 10001110
Octal 154 260 216
Decimal 108 176 142
Hex 6C B0 8E

RGB Percentages of Color #6cb08e

%25.35
%41.31
%33.33

CMYK Percentages of Color #6cb08e

%39
%0
%19
%31

Triadic Colors of #6cb08e

#6cb08e #8e6cb0 #b08e6c

Analogous Colors of #6cb08e

#6cb08e #6cb0b0 #6cb06c

Monochromatic Colors of #6cb08e

#6cb08e

Complementary Color

#6cb08e #b06c8e

#6cb08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cb08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cb08e Color CSS Codes

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

#6cb08e Text Font Color

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

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


#6cb08e Background Color

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

This div background color is #6cb08e


#6cb08e Border Color

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

This div border color is #6cb08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cb08e


Comments

No comments written yet.

Please login to write comment.