Color Hex Logo

#6afafa Color Hex

#6AFAFA
(106,250,250)
0 Favorites   0 Comments

Color spaces of #6afafa

RGB 106250250
HSL0.500.940.70
HSV180°58°98°
CMYK 0.580.000.00   0.02
XYZ57.384878.3375102.5386
Yxy78.33750.24080.3288
Hunter Lab88.5085-39.1587-6.7326
CIE-Lab90.9337-38.3276-11.6690

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111010 11111010
Octal 152 372 372
Decimal 106 250 250
Hex 6A FA FA

RGB Percentages of Color #6afafa

%17.49
%41.25
%41.25

CMYK Percentages of Color #6afafa

%58
%0
%0
%2

Triadic Colors of #6afafa

#6afafa #fa6afa #fafa6a

Analogous Colors of #6afafa

#6afafa #6ab2fa #6afab2

Monochromatic Colors of #6afafa

#6afafa

Complementary Color

#6afafa #fa6a6a

#6afafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afafa Color CSS Codes

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

#6afafa Text Font Color

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

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


#6afafa Background Color

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

This div background color is #6afafa


#6afafa Border Color

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

This div border color is #6afafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afafa

Related Colors


Comments

No comments written yet.

Please login to write comment.