Color Hex Logo

#6ccaaa Color Hex

#6CCAAA
(108,202,170)
0 Favorites   0 Comments

Color spaces of #6ccaaa

RGB 108202170
HSL0.440.470.61
HSV160°47°79°
CMYK 0.470.000.16   0.21
XYZ34.560648.331545.5376
Yxy48.33150.26910.3763
Hunter Lab69.5209-32.92469.8284
CIE-Lab75.0335-35.50977.3882

#6ccaaa color RGB value is (108,202,170).

#6ccaaa hex color red value is 108, green value is 202 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6ccaaa hue: 0.44 , saturation: 0.47 and the lightness value of 6ccaaa is 0.61.

The process color (four color CMYK) of #6ccaaa color hex is 0.47, 0.00, 0.16, 0.21. Web safe color of #6ccaaa is #66cc99. Color #6ccaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001010 10101010
Octal 154 312 252
Decimal 108 202 170
Hex 6C CA AA

RGB Percentages of Color #6ccaaa

%22.50
%42.08
%35.42

CMYK Percentages of Color #6ccaaa

%47
%0
%16
%21

Triadic Colors of #6ccaaa

#6ccaaa #aa6cca #caaa6c

Analogous Colors of #6ccaaa

#6ccaaa #6cbbca #6cca7b

Monochromatic Colors of #6ccaaa

#6ccaaa

Complementary Color

#6ccaaa #ca6c8c

#6ccaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccaaa Color CSS Codes

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

#6ccaaa Text Font Color

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

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


#6ccaaa Background Color

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

This div background color is #6ccaaa


#6ccaaa Border Color

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

This div border color is #6ccaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccaaa


Comments

No comments written yet.

Please login to write comment.