Color Hex Logo

#06ebfb Color Hex

#06EBFB
(6,235,251)
0 Favorites   0 Comments

Color spaces of #06ebfb

RGB 6235251
HSL0.510.970.50
HSV184°98°98°
CMYK 0.980.060.00   0.02
XYZ47.196066.4204101.5997
Yxy66.42040.21930.3086
Hunter Lab81.4987-39.2532-16.8643
CIE-Lab85.2104-40.3152-20.9366

#06ebfb color RGB value is (6,235,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11101011 11111011
Octal 6 353 373
Decimal 6 235 251
Hex 6 EB FB

RGB Percentages of Color #06ebfb

%1.22
%47.76
%51.02

CMYK Percentages of Color #06ebfb

%98
%6
%0
%2

Triadic Colors of #06ebfb

#06ebfb #fb06eb #ebfb06

Analogous Colors of #06ebfb

#06ebfb #0671fb #06fb91

Monochromatic Colors of #06ebfb

#06ebfb

Complementary Color

#06ebfb #fb1606

#06ebfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06ebfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#06ebfb Color CSS Codes

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

#06ebfb Text Font Color

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

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


#06ebfb Background Color

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

This div background color is #06ebfb


#06ebfb Border Color

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

This div border color is #06ebfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06ebfb


Comments

No comments written yet.

Please login to write comment.