Color Hex Logo

#6abcaa Color Hex

#6ABCAA
(106,188,170)
0 Favorites   0 Comments

Color spaces of #6abcaa

RGB 106188170
HSL0.460.380.58
HSV167°44°74°
CMYK 0.440.000.10   0.26
XYZ31.182841.932944.4806
Yxy41.93290.26520.3566
Hunter Lab64.7556-27.36644.6027
CIE-Lab70.8246-29.39521.2978

#6abcaa color RGB value is (106,188,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111100 10101010
Octal 152 274 252
Decimal 106 188 170
Hex 6A BC AA

RGB Percentages of Color #6abcaa

%22.84
%40.52
%36.64

CMYK Percentages of Color #6abcaa

%44
%0
%10
%26

Triadic Colors of #6abcaa

#6abcaa #aa6abc #bcaa6a

Analogous Colors of #6abcaa

#6abcaa #6aa5bc #6abc81

Monochromatic Colors of #6abcaa

#6abcaa

Complementary Color

#6abcaa #bc6a7c

#6abcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abcaa Color CSS Codes

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

#6abcaa Text Font Color

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

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


#6abcaa Background Color

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

This div background color is #6abcaa


#6abcaa Border Color

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

This div border color is #6abcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abcaa


Comments

No comments written yet.

Please login to write comment.