Color Hex Logo

#06fffc Color Hex

#06FFFC
(6,255,252)
0 Favorites   0 Comments

Color spaces of #06fffc

RGB 6255252
HSL0.501.000.51
HSV179°98°100°
CMYK 0.980.000.01   0.00
XYZ53.405878.5870104.4495
Yxy78.58700.22590.3324
Hunter Lab88.6493-47.6009-7.8029
CIE-Lab91.0471-48.8187-12.6838

#06fffc color RGB value is (6,255,252).

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

The process color (four color CMYK) of #06fffc color hex is 0.98, 0.00, 0.01, 0.00. Web safe color of #06fffc is #00ffff. Color #06fffc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11111111 11111100
Octal 6 377 374
Decimal 6 255 252
Hex 6 FF FC

RGB Percentages of Color #06fffc

%1.17
%49.71
%49.12

CMYK Percentages of Color #06fffc

%98
%0
%1
%0

Triadic Colors of #06fffc

#06fffc #fc06ff #fffc06

Analogous Colors of #06fffc

#06fffc #0686ff #06ff80

Monochromatic Colors of #06fffc

#06fffc

Complementary Color

#06fffc #ff0609

#06fffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06fffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#06fffc Color CSS Codes

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

#06fffc Text Font Color

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

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


#06fffc Background Color

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

This div background color is #06fffc


#06fffc Border Color

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

This div border color is #06fffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06fffc

Related Colors


Comments

No comments written yet.

Please login to write comment.