Color Hex Logo

#06bbeb Color Hex

#06BBEB
(6,187,235)
0 Favorites   0 Comments

Color spaces of #06bbeb

RGB 6187235
HSL0.530.950.47
HSV193°97°92°
CMYK 0.970.200.00   0.08
XYZ32.840841.577584.8916
Yxy41.57750.20610.2610
Hunter Lab64.4806-21.9288-32.9215
CIE-Lab70.5786-22.3282-34.8029

#06bbeb color RGB value is (6,187,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10111011 11101011
Octal 6 273 353
Decimal 6 187 235
Hex 6 BB EB

RGB Percentages of Color #06bbeb

%1.40
%43.69
%54.91

CMYK Percentages of Color #06bbeb

%97
%20
%0
%8

Triadic Colors of #06bbeb

#06bbeb #eb06bb #bbeb06

Analogous Colors of #06bbeb

#06bbeb #0649eb #06eba9

Monochromatic Colors of #06bbeb

#06bbeb

Complementary Color

#06bbeb #eb3606

#06bbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06bbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#06bbeb Color CSS Codes

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

#06bbeb Text Font Color

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

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


#06bbeb Background Color

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

This div background color is #06bbeb


#06bbeb Border Color

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

This div border color is #06bbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06bbeb


Comments

No comments written yet.

Please login to write comment.