Color Hex Logo

#060cfe Color Hex

#060CFE
(6,12,254)
0 Favorites   0 Comments

Color spaces of #060cfe

RGB 612254
HSL0.660.990.51
HSV239°98°100°
CMYK 0.980.950.00   0.00
XYZ18.09607.457494.2516
Yxy7.45740.15100.0622
Hunter Lab27.308270.4949-185.5176
CIE-Lab32.826377.1832-106.4240

#060cfe color RGB value is (6,12,254).

#060cfe hex color red value is 6, green value is 12 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #060cfe hue: 0.66 , saturation: 0.99 and the lightness value of 060cfe is 0.51.

The process color (four color CMYK) of #060cfe color hex is 0.98, 0.95, 0.00, 0.00. Web safe color of #060cfe is #0000ff. Color #060cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00001100 11111110
Octal 6 14 376
Decimal 6 12 254
Hex 6 C FE

RGB Percentages of Color #060cfe

%2.21
%4.41
%93.38

CMYK Percentages of Color #060cfe

%98
%95
%0
%0

Triadic Colors of #060cfe

#060cfe #fe060c #0cfe06

Analogous Colors of #060cfe

#060cfe #7c06fe #0688fe

Monochromatic Colors of #060cfe

#060cfe

Complementary Color

#060cfe #fef806

#060cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#060cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#060cfe Color CSS Codes

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

#060cfe Text Font Color

<p style="color:#060cfe">Text here</p>

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


#060cfe Background Color

<div style="background-color:#060cfe">
Div content here</div>

This div background color is #060cfe


#060cfe Border Color

<div style="border:3px solid #060cfe">
Div here</div>

This div border color is #060cfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,12,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #060cfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #060cfe;
  -webkit-box-shadow: 1px 1px 3px 2px #060cfe;
  box-shadow:         1px 1px 3px 2px #060cfe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #060cfe


Comments

No comments written yet.

Please login to write comment.