Color Hex Logo

#6afffa Color Hex

#6AFFFA
(106,255,250)
0 Favorites   0 Comments

Color spaces of #6afffa

RGB 106255250
HSL0.491.000.71
HSV178°58°100°
CMYK 0.580.000.02   0.00
XYZ58.959281.4863103.0634
Yxy81.48630.24210.3346
Hunter Lab90.2698-41.3858-4.5041
CIE-Lab92.3477-40.5923-9.5650

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

#6afffa hex color red value is 106, green value is 255 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6afffa hue: 0.49 , saturation: 1.00 and the lightness value of 6afffa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111111 11111010
Octal 152 377 372
Decimal 106 255 250
Hex 6A FF FA

RGB Percentages of Color #6afffa

%17.35
%41.73
%40.92

CMYK Percentages of Color #6afffa

%58
%0
%2
%0

Triadic Colors of #6afffa

#6afffa #fa6aff #fffa6a

Analogous Colors of #6afffa

#6afffa #6abaff #6affb0

Monochromatic Colors of #6afffa

#6afffa

Complementary Color

#6afffa #ff6a6f

#6afffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afffa Color CSS Codes

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

#6afffa Text Font Color

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

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


#6afffa Background Color

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

This div background color is #6afffa


#6afffa Border Color

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

This div border color is #6afffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afffa

Related Colors

#6afffa Color Palettes


Comments

No comments written yet.

Please login to write comment.