Color Hex Logo

#6bfaff Color Hex

#6BFAFF
(107,250,255)
0 Favorites   0 Comments

Color spaces of #6bfaff

RGB 107250255
HSL0.511.000.71
HSV182°58°100°
CMYK 0.580.020.00   0.00
XYZ58.299078.7170106.7290
Yxy78.71700.23920.3229
Hunter Lab88.7226-37.9735-9.2172
CIE-Lab91.1061-36.8384-14.0067

#6bfaff color RGB value is (107,250,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11111010 11111111
Octal 153 372 377
Decimal 107 250 255
Hex 6B FA FF

RGB Percentages of Color #6bfaff

%17.48
%40.85
%41.67

CMYK Percentages of Color #6bfaff

%58
%2
%0
%0

Triadic Colors of #6bfaff

#6bfaff #ff6bfa #faff6b

Analogous Colors of #6bfaff

#6bfaff #6bb0ff #6bffba

Monochromatic Colors of #6bfaff

#6bfaff

Complementary Color

#6bfaff #ff706b

#6bfaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bfaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bfaff Color CSS Codes

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

#6bfaff Text Font Color

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

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


#6bfaff Background Color

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

This div background color is #6bfaff


#6bfaff Border Color

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

This div border color is #6bfaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bfaff

Related Colors


Comments

No comments written yet.

Please login to write comment.