Color Hex Logo

#06baff Color Hex

#06BAFF
(6,186,255)
0 Favorites   0 Comments

Color spaces of #06baff

RGB 6186255
HSL0.551.000.51
HSV197°98°100°
CMYK 0.980.270.00   0.00
XYZ35.684042.3765100.9065
Yxy42.37650.19940.2368
Hunter Lab65.0972-16.0728-46.3367
CIE-Lab71.1297-14.8573-44.7681

#06baff color RGB value is (6,186,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10111010 11111111
Octal 6 272 377
Decimal 6 186 255
Hex 6 BA FF

RGB Percentages of Color #06baff

%1.34
%41.61
%57.05

CMYK Percentages of Color #06baff

%98
%27
%0
%0

Triadic Colors of #06baff

#06baff #ff06ba #baff06

Analogous Colors of #06baff

#06baff #063eff #06ffc8

Monochromatic Colors of #06baff

#06baff

Complementary Color

#06baff #ff4b06

#06baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#06baff Color CSS Codes

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

#06baff Text Font Color

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

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


#06baff Background Color

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

This div background color is #06baff


#06baff Border Color

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

This div border color is #06baff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06baff

Related Colors


Comments

No comments written yet.

Please login to write comment.