Color Hex Logo

#06beff Color Hex

#06BEFF
(6,190,255)
0 Favorites   0 Comments

Color spaces of #06beff

RGB 6190255
HSL0.541.000.51
HSV196°98°100°
CMYK 0.980.250.00   0.00
XYZ36.538644.0856101.1913
Yxy44.08560.20100.2425
Hunter Lab66.3970-17.9653-43.8821
CIE-Lab72.2857-16.9830-42.9584

#06beff color RGB value is (6,190,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10111110 11111111
Octal 6 276 377
Decimal 6 190 255
Hex 6 BE FF

RGB Percentages of Color #06beff

%1.33
%42.13
%56.54

CMYK Percentages of Color #06beff

%98
%25
%0
%0

Triadic Colors of #06beff

#06beff #ff06be #beff06

Analogous Colors of #06beff

#06beff #0642ff #06ffc4

Monochromatic Colors of #06beff

#06beff

Complementary Color

#06beff #ff4706

#06beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#06beff Color CSS Codes

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

#06beff Text Font Color

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

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


#06beff Background Color

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

This div background color is #06beff


#06beff Border Color

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

This div border color is #06beff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06beff


Comments

No comments written yet.

Please login to write comment.