Color Hex Logo

#6ccfaa Color Hex

#6CCFAA
(108,207,170)
0 Favorites   0 Comments

Color spaces of #6ccfaa

RGB 108207170
HSL0.440.510.62
HSV158°48°81°
CMYK 0.480.000.18   0.19
XYZ35.752950.716145.9350
Yxy50.71610.27000.3830
Hunter Lab71.2152-35.012511.6076
CIE-Lab76.5067-37.80209.4944

#6ccfaa color RGB value is (108,207,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001111 10101010
Octal 154 317 252
Decimal 108 207 170
Hex 6C CF AA

RGB Percentages of Color #6ccfaa

%22.27
%42.68
%35.05

CMYK Percentages of Color #6ccfaa

%48
%0
%18
%19

Triadic Colors of #6ccfaa

#6ccfaa #aa6ccf #cfaa6c

Analogous Colors of #6ccfaa

#6ccfaa #6cc3cf #6ccf79

Monochromatic Colors of #6ccfaa

#6ccfaa

Complementary Color

#6ccfaa #cf6c91

#6ccfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccfaa Color CSS Codes

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

#6ccfaa Text Font Color

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

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


#6ccfaa Background Color

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

This div background color is #6ccfaa


#6ccfaa Border Color

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

This div border color is #6ccfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccfaa


Comments

No comments written yet.

Please login to write comment.