Color Hex Logo

#06fbcb Color Hex

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

Color spaces of #06fbcb

RGB 6251203
HSL0.470.970.50
HSV168°98°98°
CMYK 0.980.000.19   0.02
XYZ45.351873.344968.2666
Yxy73.34490.24260.3923
Hunter Lab85.6416-55.347612.6879
CIE-Lab88.6119-60.20289.1882

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

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

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

Base Numbers

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

RGB Percentages of Color #06fbcb

%1.30
%54.57
%44.13

CMYK Percentages of Color #06fbcb

%98
%0
%19
%2

Triadic Colors of #06fbcb

#06fbcb #cb06fb #fbcb06

Analogous Colors of #06fbcb

#06fbcb #06b1fb #06fb51

Monochromatic Colors of #06fbcb

#06fbcb

Complementary Color

#06fbcb #fb0636

#06fbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06fbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#06fbcb Color CSS Codes

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

#06fbcb Text Font Color

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

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


#06fbcb Background Color

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

This div background color is #06fbcb


#06fbcb Border Color

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

This div border color is #06fbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06fbcb


Comments

No comments written yet.

Please login to write comment.