Color Hex Logo

#06bffb Color Hex

#06BFFB
(6,191,251)
0 Favorites   0 Comments

Color spaces of #06bffb

RGB 6191251
HSL0.540.970.50
HSV195°98°98°
CMYK 0.980.240.00   0.02
XYZ36.118544.265497.9072
Yxy44.26540.20260.2483
Hunter Lab66.5322-19.5288-40.6771
CIE-Lab72.4055-18.8984-40.6171

#06bffb color RGB value is (6,191,251).

#06bffb hex color red value is 6, green value is 191 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #06bffb hue: 0.54 , saturation: 0.97 and the lightness value of 06bffb is 0.50.

The process color (four color CMYK) of #06bffb color hex is 0.98, 0.24, 0.00, 0.02. Web safe color of #06bffb is #00ccff. Color #06bffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10111111 11111011
Octal 6 277 373
Decimal 6 191 251
Hex 6 BF FB

RGB Percentages of Color #06bffb

%1.34
%42.63
%56.03

CMYK Percentages of Color #06bffb

%98
%24
%0
%2

Triadic Colors of #06bffb

#06bffb #fb06bf #bffb06

Analogous Colors of #06bffb

#06bffb #0645fb #06fbbd

Monochromatic Colors of #06bffb

#06bffb

Complementary Color

#06bffb #fb4206

#06bffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06bffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#06bffb Color CSS Codes

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

#06bffb Text Font Color

<p style="color:#06bffb">Text here</p>

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


#06bffb Background Color

<div style="background-color:#06bffb">
Div content here</div>

This div background color is #06bffb


#06bffb Border Color

<div style="border:3px solid #06bffb">
Div here</div>

This div border color is #06bffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06bffb


Comments

No comments written yet.

Please login to write comment.