Color Hex Logo

#6afaab Color Hex

#6AFAAB
(106,250,171)
0 Favorites   0 Comments

Color spaces of #6afaab

RGB 106250171
HSL0.410.940.70
HSV147°58°98°
CMYK 0.580.000.32   0.02
XYZ47.480274.375750.3816
Yxy74.37570.27570.4318
Hunter Lab86.2413-52.649125.7321
CIE-Lab89.0997-56.286526.5147

#6afaab color RGB value is (106,250,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111010 10101011
Octal 152 372 253
Decimal 106 250 171
Hex 6A FA AB

RGB Percentages of Color #6afaab

%20.11
%47.44
%32.45

CMYK Percentages of Color #6afaab

%58
%0
%32
%2

Triadic Colors of #6afaab

#6afaab #ab6afa #faab6a

Analogous Colors of #6afaab

#6afaab #6afaf3 #71fa6a

Monochromatic Colors of #6afaab

#6afaab

Complementary Color

#6afaab #fa6ab9

#6afaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afaab Color CSS Codes

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

#6afaab Text Font Color

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

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


#6afaab Background Color

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

This div background color is #6afaab


#6afaab Border Color

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

This div border color is #6afaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afaab


Comments

No comments written yet.

Please login to write comment.