Color Hex Logo

#06cbfb Color Hex

#06CBFB
(6,203,251)
0 Favorites   0 Comments

Color spaces of #06cbfb

RGB 6203251
HSL0.530.970.50
HSV192°98°98°
CMYK 0.980.190.00   0.02
XYZ38.843649.715698.8156
Yxy49.71560.20730.2653
Hunter Lab70.5093-25.0555-33.7358
CIE-Lab75.8944-25.0482-35.1970

#06cbfb color RGB value is (6,203,251).

#06cbfb hex color red value is 6, green value is 203 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #06cbfb hue: 0.53 , saturation: 0.97 and the lightness value of 06cbfb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11001011 11111011
Octal 6 313 373
Decimal 6 203 251
Hex 6 CB FB

RGB Percentages of Color #06cbfb

%1.30
%44.13
%54.57

CMYK Percentages of Color #06cbfb

%98
%19
%0
%2

Triadic Colors of #06cbfb

#06cbfb #fb06cb #cbfb06

Analogous Colors of #06cbfb

#06cbfb #0651fb #06fbb1

Monochromatic Colors of #06cbfb

#06cbfb

Complementary Color

#06cbfb #fb3606

#06cbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06cbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#06cbfb Color CSS Codes

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

#06cbfb Text Font Color

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

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


#06cbfb Background Color

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

This div background color is #06cbfb


#06cbfb Border Color

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

This div border color is #06cbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06cbfb


Comments

No comments written yet.

Please login to write comment.