Color Hex Logo

#06bbef Color Hex

#06BBEF
(6,187,239)
0 Favorites   0 Comments

Color spaces of #06bbef

RGB 6187239
HSL0.540.950.48
HSV193°97°94°
CMYK 0.970.220.00   0.06
XYZ33.425441.811487.9700
Yxy41.81140.20480.2562
Hunter Lab64.6617-20.8866-35.3987
CIE-Lab70.7407-20.9570-36.7222

#06bbef color RGB value is (6,187,239).

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

The process color (four color CMYK) of #06bbef color hex is 0.97, 0.22, 0.00, 0.06. Web safe color of #06bbef is #00ccff. Color #06bbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10111011 11101111
Octal 6 273 357
Decimal 6 187 239
Hex 6 BB EF

RGB Percentages of Color #06bbef

%1.39
%43.29
%55.32

CMYK Percentages of Color #06bbef

%97
%22
%0
%6

Triadic Colors of #06bbef

#06bbef #ef06bb #bbef06

Analogous Colors of #06bbef

#06bbef #0646ef #06efaf

Monochromatic Colors of #06bbef

#06bbef

Complementary Color

#06bbef #ef3a06

#06bbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06bbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#06bbef Color CSS Codes

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

#06bbef Text Font Color

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

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


#06bbef Background Color

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

This div background color is #06bbef


#06bbef Border Color

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

This div border color is #06bbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06bbef


Comments

No comments written yet.

Please login to write comment.