Color Hex Logo

#6cbb86 Color Hex

#6CBB86
(108,187,134)
0 Favorites   0 Comments

Color spaces of #6cbb86

RGB 108187134
HSL0.390.370.58
HSV140°42°73°
CMYK 0.420.000.28   0.27
XYZ28.257740.450028.8726
Yxy40.45000.28960.4145
Hunter Lab63.6003-31.992817.6044
CIE-Lab69.7888-36.069319.4210

#6cbb86 color RGB value is (108,187,134).

#6cbb86 hex color red value is 108, green value is 187 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #6cbb86 hue: 0.39 , saturation: 0.37 and the lightness value of 6cbb86 is 0.58.

The process color (four color CMYK) of #6cbb86 color hex is 0.42, 0.00, 0.28, 0.27. Web safe color of #6cbb86 is #66cc99. Color #6cbb86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111011 10000110
Octal 154 273 206
Decimal 108 187 134
Hex 6C BB 86

RGB Percentages of Color #6cbb86

%25.17
%43.59
%31.24

CMYK Percentages of Color #6cbb86

%42
%0
%28
%27

Triadic Colors of #6cbb86

#6cbb86 #866cbb #bb866c

Analogous Colors of #6cbb86

#6cbb86 #6cbbae #7abb6c

Monochromatic Colors of #6cbb86

#6cbb86

Complementary Color

#6cbb86 #bb6ca1

#6cbb86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbb86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbb86 Color CSS Codes

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

#6cbb86 Text Font Color

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

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


#6cbb86 Background Color

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

This div background color is #6cbb86


#6cbb86 Border Color

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

This div border color is #6cbb86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbb86


Comments

No comments written yet.

Please login to write comment.