Color Hex Logo

#6bcffb Color Hex

#6BCFFB
(107,207,251)
0 Favorites   0 Comments

Color spaces of #6bcffb

RGB 107207251
HSL0.550.950.70
HSV198°57°98°
CMYK 0.570.180.00   0.02
XYZ45.788854.716599.4148
Yxy54.71650.22900.2737
Hunter Lab73.9706-18.9546-27.9050
CIE-Lab78.8777-16.9939-30.4440

#6bcffb color RGB value is (107,207,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001111 11111011
Octal 153 317 373
Decimal 107 207 251
Hex 6B CF FB

RGB Percentages of Color #6bcffb

%18.94
%36.64
%44.42

CMYK Percentages of Color #6bcffb

%57
%18
%0
%2

Triadic Colors of #6bcffb

#6bcffb #fb6bcf #cffb6b

Analogous Colors of #6bcffb

#6bcffb #6b87fb #6bfbdf

Monochromatic Colors of #6bcffb

#6bcffb

Complementary Color

#6bcffb #fb976b

#6bcffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcffb Color CSS Codes

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

#6bcffb Text Font Color

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

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


#6bcffb Background Color

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

This div background color is #6bcffb


#6bcffb Border Color

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

This div border color is #6bcffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcffb


Comments

No comments written yet.

Please login to write comment.