Color Hex Logo

#06c3fa Color Hex

#06C3FA
(6,195,250)
0 Favorites   0 Comments

Color spaces of #06c3fa

RGB 6195250
HSL0.540.960.50
HSV194°98°98°
CMYK 0.980.220.00   0.02
XYZ36.845545.971197.3738
Yxy45.97110.20450.2551
Hunter Lab67.8020-21.6516-37.6879
CIE-Lab73.5268-21.3176-38.3327

#06c3fa color RGB value is (6,195,250).

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

The process color (four color CMYK) of #06c3fa color hex is 0.98, 0.22, 0.00, 0.02. Web safe color of #06c3fa is #00ccff. Color #06c3fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11000011 11111010
Octal 6 303 372
Decimal 6 195 250
Hex 6 C3 FA

RGB Percentages of Color #06c3fa

%1.33
%43.24
%55.43

CMYK Percentages of Color #06c3fa

%98
%22
%0
%2

Triadic Colors of #06c3fa

#06c3fa #fa06c3 #c3fa06

Analogous Colors of #06c3fa

#06c3fa #0649fa #06fab7

Monochromatic Colors of #06c3fa

#06c3fa

Complementary Color

#06c3fa #fa3d06

#06c3fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06c3fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#06c3fa Color CSS Codes

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

#06c3fa Text Font Color

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

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


#06c3fa Background Color

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

This div background color is #06c3fa


#06c3fa Border Color

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

This div border color is #06c3fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,195,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 #06c3fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06c3fa

Related Colors


Comments

No comments written yet.

Please login to write comment.