Color Hex Logo

#06cbff Color Hex

#06CBFF
(6,203,255)
0 Favorites   0 Comments

Color spaces of #06cbff

RGB 6203255
HSL0.531.000.51
HSV193°98°100°
CMYK 0.980.200.00   0.00
XYZ39.481049.9706102.1722
Yxy49.97060.20600.2608
Hunter Lab70.6899-24.0133-36.2124
CIE-Lab76.0512-23.7057-37.0947

#06cbff color RGB value is (6,203,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11001011 11111111
Octal 6 313 377
Decimal 6 203 255
Hex 6 CB FF

RGB Percentages of Color #06cbff

%1.29
%43.75
%54.96

CMYK Percentages of Color #06cbff

%98
%20
%0
%0

Triadic Colors of #06cbff

#06cbff #ff06cb #cbff06

Analogous Colors of #06cbff

#06cbff #064fff #06ffb7

Monochromatic Colors of #06cbff

#06cbff

Complementary Color

#06cbff #ff3a06

#06cbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06cbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#06cbff Color CSS Codes

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

#06cbff Text Font Color

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

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


#06cbff Background Color

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

This div background color is #06cbff


#06cbff Border Color

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

This div border color is #06cbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06cbff


Comments

No comments written yet.

Please login to write comment.