Color Hex Logo

#6afeff Color Hex

#6AFEFF
(106,254,255)
0 Favorites   0 Comments

Color spaces of #6afeff

RGB 106254255
HSL0.501.000.71
HSV180°58°100°
CMYK 0.580.000.00   0.00
XYZ59.435781.1678107.1421
Yxy81.16780.23990.3276
Hunter Lab90.0932-39.9042-7.4446
CIE-Lab92.2063-38.8374-12.3658

#6afeff color RGB value is (106,254,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111110 11111111
Octal 152 376 377
Decimal 106 254 255
Hex 6A FE FF

RGB Percentages of Color #6afeff

%17.24
%41.30
%41.46

CMYK Percentages of Color #6afeff

%58
%0
%0
%0

Triadic Colors of #6afeff

#6afeff #ff6afe #feff6a

Analogous Colors of #6afeff

#6afeff #6ab4ff #6affb6

Monochromatic Colors of #6afeff

#6afeff

Complementary Color

#6afeff #ff6b6a

#6afeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afeff Color CSS Codes

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

#6afeff Text Font Color

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

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


#6afeff Background Color

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

This div background color is #6afeff


#6afeff Border Color

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

This div border color is #6afeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afeff

Related Colors

#6afeff Color Palettes


Comments

No comments written yet.

Please login to write comment.