Color Hex Logo

#06facc Color Hex

#06FACC
(6,250,204)
0 Favorites   0 Comments

Color spaces of #06facc

RGB 6250204
HSL0.470.960.50
HSV169°98°98°
CMYK 0.980.000.18   0.02
XYZ45.159872.769668.7925
Yxy72.76960.24190.3897
Hunter Lab85.3051-54.787511.9004
CIE-Lab88.3377-59.57298.2769

#06facc color RGB value is (6,250,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11111010 11001100
Octal 6 372 314
Decimal 6 250 204
Hex 6 FA CC

RGB Percentages of Color #06facc

%1.30
%54.35
%44.35

CMYK Percentages of Color #06facc

%98
%0
%18
%2

Triadic Colors of #06facc

#06facc #cc06fa #facc06

Analogous Colors of #06facc

#06facc #06aefa #06fa52

Monochromatic Colors of #06facc

#06facc

Complementary Color

#06facc #fa0634

#06facc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06facc Color Preview on White Background

Lorem ipsum dolor sit amet.

#06facc Color CSS Codes

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

#06facc Text Font Color

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

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


#06facc Background Color

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

This div background color is #06facc


#06facc Border Color

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

This div border color is #06facc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06facc


Comments

No comments written yet.

Please login to write comment.