Color Hex Logo

#6cabaa Color Hex

#6CABAA
(108,171,170)
0 Favorites   0 Comments

Color spaces of #6cabaa

RGB 108171170
HSL0.500.270.55
HSV179°37°67°
CMYK 0.370.000.01   0.33
XYZ28.003035.216243.3517
Yxy35.21620.26280.3304
Hunter Lab59.3432-19.6197-1.7725
CIE-Lab65.9166-20.3844-5.8981

#6cabaa color RGB value is (108,171,170).

#6cabaa hex color red value is 108, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6cabaa hue: 0.50 , saturation: 0.27 and the lightness value of 6cabaa is 0.55.

The process color (four color CMYK) of #6cabaa color hex is 0.37, 0.00, 0.01, 0.33. Web safe color of #6cabaa is #669999. Color #6cabaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101011 10101010
Octal 154 253 252
Decimal 108 171 170
Hex 6C AB AA

RGB Percentages of Color #6cabaa

%24.05
%38.08
%37.86

CMYK Percentages of Color #6cabaa

%37
%0
%1
%33

Triadic Colors of #6cabaa

#6cabaa #aa6cab #abaa6c

Analogous Colors of #6cabaa

#6cabaa #6c8dab #6cab8b

Monochromatic Colors of #6cabaa

#6cabaa

Complementary Color

#6cabaa #ab6c6d

#6cabaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cabaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cabaa Color CSS Codes

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

#6cabaa Text Font Color

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

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


#6cabaa Background Color

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

This div background color is #6cabaa


#6cabaa Border Color

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

This div border color is #6cabaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cabaa


Comments

No comments written yet.

Please login to write comment.