Color Hex Logo

#06ffc6 Color Hex

#06FFC6
(6,255,198)
0 Favorites   0 Comments

Color spaces of #06ffc6

RGB 6255198
HSL0.461.000.51
HSV166°98°100°
CMYK 0.980.000.22   0.00
XYZ46.028175.635965.5993
Yxy75.63590.24580.4039
Hunter Lab86.9689-57.724816.1567
CIE-Lab89.6900-62.917113.3060

#06ffc6 color RGB value is (6,255,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11111111 11000110
Octal 6 377 306
Decimal 6 255 198
Hex 6 FF C6

RGB Percentages of Color #06ffc6

%1.31
%55.56
%43.14

CMYK Percentages of Color #06ffc6

%98
%0
%22
%0

Triadic Colors of #06ffc6

#06ffc6 #c606ff #ffc606

Analogous Colors of #06ffc6

#06ffc6 #06bcff #06ff49

Monochromatic Colors of #06ffc6

#06ffc6

Complementary Color

#06ffc6 #ff063f

#06ffc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06ffc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#06ffc6 Color CSS Codes

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

#06ffc6 Text Font Color

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

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


#06ffc6 Background Color

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

This div background color is #06ffc6


#06ffc6 Border Color

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

This div border color is #06ffc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06ffc6

Related Colors


Comments

No comments written yet.

Please login to write comment.