Color Hex Logo

#6be7fb Color Hex

#6BE7FB
(107,231,251)
0 Favorites   0 Comments

Color spaces of #6be7fb

RGB 107231251
HSL0.520.950.70
HSV188°57°98°
CMYK 0.570.080.00   0.02
XYZ52.051967.2427101.5025
Yxy67.24270.23570.3045
Hunter Lab82.0016-30.1971-15.9886
CIE-Lab85.6264-28.9699-20.1571

#6be7fb color RGB value is (107,231,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11100111 11111011
Octal 153 347 373
Decimal 107 231 251
Hex 6B E7 FB

RGB Percentages of Color #6be7fb

%18.17
%39.22
%42.61

CMYK Percentages of Color #6be7fb

%57
%8
%0
%2

Triadic Colors of #6be7fb

#6be7fb #fb6be7 #e7fb6b

Analogous Colors of #6be7fb

#6be7fb #6b9ffb #6bfbc7

Monochromatic Colors of #6be7fb

#6be7fb

Complementary Color

#6be7fb #fb7f6b

#6be7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6be7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6be7fb Color CSS Codes

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

#6be7fb Text Font Color

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

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


#6be7fb Background Color

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

This div background color is #6be7fb


#6be7fb Border Color

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

This div border color is #6be7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6be7fb


Comments

No comments written yet.

Please login to write comment.