Color Hex Logo

#6cfaaa Color Hex

#6CFAAA
(108,250,170)
0 Favorites   0 Comments

Color spaces of #6cfaaa

RGB 108250170
HSL0.410.930.70
HSV146°57°98°
CMYK 0.570.000.32   0.02
XYZ47.625674.461649.8926
Yxy74.46160.27690.4330
Hunter Lab86.2911-52.492226.1230
CIE-Lab89.1402-56.056227.0865

#6cfaaa color RGB value is (108,250,170).

#6cfaaa hex color red value is 108, green value is 250 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6cfaaa hue: 0.41 , saturation: 0.93 and the lightness value of 6cfaaa is 0.70.

The process color (four color CMYK) of #6cfaaa color hex is 0.57, 0.00, 0.32, 0.02. Web safe color of #6cfaaa is #66ff99. Color #6cfaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11111010 10101010
Octal 154 372 252
Decimal 108 250 170
Hex 6C FA AA

RGB Percentages of Color #6cfaaa

%20.45
%47.35
%32.20

CMYK Percentages of Color #6cfaaa

%57
%0
%32
%2

Triadic Colors of #6cfaaa

#6cfaaa #aa6cfa #faaa6c

Analogous Colors of #6cfaaa

#6cfaaa #6cfaf1 #75fa6c

Monochromatic Colors of #6cfaaa

#6cfaaa

Complementary Color

#6cfaaa #fa6cbc

#6cfaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cfaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cfaaa Color CSS Codes

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

#6cfaaa Text Font Color

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

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


#6cfaaa Background Color

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

This div background color is #6cfaaa


#6cfaaa Border Color

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

This div border color is #6cfaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cfaaa


Comments

No comments written yet.

Please login to write comment.