Color Hex Logo

#06fbfa Color Hex

#06FBFA
(6,251,250)
0 Favorites   0 Comments

Color spaces of #06fbfa

RGB 6251250
HSL0.500.970.50
HSV180°98°98°
CMYK 0.980.000.00   0.02
XYZ51.827675.9352102.3678
Yxy75.93520.22520.3300
Hunter Lab87.1408-46.3323-8.6518
CIE-Lab89.8292-47.6742-13.4643

#06fbfa color RGB value is (6,251,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11111011 11111010
Octal 6 373 372
Decimal 6 251 250
Hex 6 FB FA

RGB Percentages of Color #06fbfa

%1.18
%49.51
%49.31

CMYK Percentages of Color #06fbfa

%98
%0
%0
%2

Triadic Colors of #06fbfa

#06fbfa #fa06fb #fbfa06

Analogous Colors of #06fbfa

#06fbfa #0682fb #06fb80

Monochromatic Colors of #06fbfa

#06fbfa

Complementary Color

#06fbfa #fb0607

#06fbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06fbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#06fbfa Color CSS Codes

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

#06fbfa Text Font Color

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

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


#06fbfa Background Color

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

This div background color is #06fbfa


#06fbfa Border Color

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

This div border color is #06fbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06fbfa


Comments

No comments written yet.

Please login to write comment.