Color Hex Logo

#6af6fb Color Hex

#6AF6FB
(106,246,251)
0 Favorites   0 Comments

Color spaces of #6af6fb

RGB 106246251
HSL0.510.950.70
HSV182°58°98°
CMYK 0.580.020.00   0.02
XYZ56.312275.9407102.9569
Yxy75.94070.23940.3229
Hunter Lab87.1440-37.1557-9.0479
CIE-Lab89.8318-36.2276-13.8351

#6af6fb color RGB value is (106,246,251).

#6af6fb hex color red value is 106, green value is 246 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #6af6fb hue: 0.51 , saturation: 0.95 and the lightness value of 6af6fb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11110110 11111011
Octal 152 366 373
Decimal 106 246 251
Hex 6A F6 FB

RGB Percentages of Color #6af6fb

%17.58
%40.80
%41.63

CMYK Percentages of Color #6af6fb

%58
%2
%0
%2

Triadic Colors of #6af6fb

#6af6fb #fb6af6 #f6fb6a

Analogous Colors of #6af6fb

#6af6fb #6aaefb #6afbb8

Monochromatic Colors of #6af6fb

#6af6fb

Complementary Color

#6af6fb #fb6f6a

#6af6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6af6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6af6fb Color CSS Codes

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

#6af6fb Text Font Color

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

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


#6af6fb Background Color

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

This div background color is #6af6fb


#6af6fb Border Color

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

This div border color is #6af6fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6af6fb

Related Colors


Comments

No comments written yet.

Please login to write comment.