Color Hex Logo

#6abc9c Color Hex

#6ABC9C
(106,188,156)
0 Favorites   0 Comments

Color spaces of #6abc9c

RGB 106188156
HSL0.430.380.58
HSV157°44°74°
CMYK 0.440.000.17   0.26
XYZ29.927841.430937.8721
Yxy41.43090.27400.3793
Hunter Lab64.3668-29.647210.1718
CIE-Lab70.4768-32.58568.4446

#6abc9c color RGB value is (106,188,156).

#6abc9c hex color red value is 106, green value is 188 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #6abc9c hue: 0.43 , saturation: 0.38 and the lightness value of 6abc9c is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111100 10011100
Octal 152 274 234
Decimal 106 188 156
Hex 6A BC 9C

RGB Percentages of Color #6abc9c

%23.56
%41.78
%34.67

CMYK Percentages of Color #6abc9c

%44
%0
%17
%26

Triadic Colors of #6abc9c

#6abc9c #9c6abc #bc9c6a

Analogous Colors of #6abc9c

#6abc9c #6ab3bc #6abc73

Monochromatic Colors of #6abc9c

#6abc9c

Complementary Color

#6abc9c #bc6a8a

#6abc9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abc9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abc9c Color CSS Codes

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

#6abc9c Text Font Color

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

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


#6abc9c Background Color

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

This div background color is #6abc9c


#6abc9c Border Color

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

This div border color is #6abc9c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,188,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abc9c


Comments

No comments written yet.

Please login to write comment.