Color Hex Logo

#06bef6 Color Hex

#06BEF6
(6,190,246)
0 Favorites   0 Comments

Color spaces of #06bef6

RGB 6190246
HSL0.540.950.49
HSV194°98°96°
CMYK 0.980.230.00   0.04
XYZ35.123143.519593.7377
Yxy43.51950.20380.2525
Hunter Lab65.9693-20.4101-38.0684
CIE-Lab71.9062-20.1039-38.6979

#06bef6 color RGB value is (6,190,246).

#06bef6 hex color red value is 6, green value is 190 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #06bef6 hue: 0.54 , saturation: 0.95 and the lightness value of 06bef6 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10111110 11110110
Octal 6 276 366
Decimal 6 190 246
Hex 6 BE F6

RGB Percentages of Color #06bef6

%1.36
%42.99
%55.66

CMYK Percentages of Color #06bef6

%98
%23
%0
%4

Triadic Colors of #06bef6

#06bef6 #f606be #bef606

Analogous Colors of #06bef6

#06bef6 #0646f6 #06f6b6

Monochromatic Colors of #06bef6

#06bef6

Complementary Color

#06bef6 #f63e06

#06bef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06bef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#06bef6 Color CSS Codes

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

#06bef6 Text Font Color

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

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


#06bef6 Background Color

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

This div background color is #06bef6


#06bef6 Border Color

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

This div border color is #06bef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06bef6


Comments

No comments written yet.

Please login to write comment.