Color Hex Logo

#6acb86 Color Hex

#6ACB86
(106,203,134)
0 Favorites   0 Comments

Color spaces of #6acb86

RGB 106203134
HSL0.380.480.61
HSV137°48°80°
CMYK 0.480.000.34   0.20
XYZ31.602947.497330.0565
Yxy47.49730.28950.4351
Hunter Lab68.9183-38.754722.3854
CIE-Lab74.5067-43.724625.8226

#6acb86 color RGB value is (106,203,134).

#6acb86 hex color red value is 106, green value is 203 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #6acb86 hue: 0.38 , saturation: 0.48 and the lightness value of 6acb86 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001011 10000110
Octal 152 313 206
Decimal 106 203 134
Hex 6A CB 86

RGB Percentages of Color #6acb86

%23.93
%45.82
%30.25

CMYK Percentages of Color #6acb86

%48
%0
%34
%20

Triadic Colors of #6acb86

#6acb86 #866acb #cb866a

Analogous Colors of #6acb86

#6acb86 #6acbb7 #7fcb6a

Monochromatic Colors of #6acb86

#6acb86

Complementary Color

#6acb86 #cb6aaf

#6acb86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acb86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acb86 Color CSS Codes

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

#6acb86 Text Font Color

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

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


#6acb86 Background Color

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

This div background color is #6acb86


#6acb86 Border Color

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

This div border color is #6acb86


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,203,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 #6acb86">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acb86


Comments

No comments written yet.

Please login to write comment.