Color Hex Logo

#06faf0 Color Hex

#06FAF0
(6,250,240)
0 Favorites   0 Comments

Color spaces of #06faf0

RGB 6250240
HSL0.490.960.50
HSV178°98°98°
CMYK 0.980.000.04   0.02
XYZ49.988974.701294.2222
Yxy74.70120.22840.3412
Hunter Lab86.4299-48.0122-4.1346
CIE-Lab89.2528-50.0786-9.1171

#06faf0 color RGB value is (6,250,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11111010 11110000
Octal 6 372 360
Decimal 6 250 240
Hex 6 FA F0

RGB Percentages of Color #06faf0

%1.21
%50.40
%48.39

CMYK Percentages of Color #06faf0

%98
%0
%4
%2

Triadic Colors of #06faf0

#06faf0 #f006fa #faf006

Analogous Colors of #06faf0

#06faf0 #068afa #06fa76

Monochromatic Colors of #06faf0

#06faf0

Complementary Color

#06faf0 #fa0610

#06faf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06faf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#06faf0 Color CSS Codes

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

#06faf0 Text Font Color

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

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


#06faf0 Background Color

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

This div background color is #06faf0


#06faf0 Border Color

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

This div border color is #06faf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06faf0


Comments

No comments written yet.

Please login to write comment.