Color Hex Logo

#067fac Color Hex

#067FAC
(6,127,172)
0 Favorites   0 Comments

Color spaces of #067fac

RGB 6127172
HSL0.550.930.35
HSV196°97°67°
CMYK 0.970.260.00   0.33
XYZ15.110918.196041.7455
Yxy18.19600.20130.2424
Hunter Lab42.6568-11.4168-28.1637
CIE-Lab49.7330-12.4661-31.9609

#067fac color RGB value is (6,127,172).

#067fac hex color red value is 6, green value is 127 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #067fac hue: 0.55 , saturation: 0.93 and the lightness value of 067fac is 0.35.

The process color (four color CMYK) of #067fac color hex is 0.97, 0.26, 0.00, 0.33. Web safe color of #067fac is #006699. Color #067fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111111 10101100
Octal 6 177 254
Decimal 6 127 172
Hex 6 7F AC

RGB Percentages of Color #067fac

%1.97
%41.64
%56.39

CMYK Percentages of Color #067fac

%97
%26
%0
%33

Triadic Colors of #067fac

#067fac #ac067f #7fac06

Analogous Colors of #067fac

#067fac #062cac #06ac86

Monochromatic Colors of #067fac

#067fac

Complementary Color

#067fac #ac3306

#067fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#067fac Color CSS Codes

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

#067fac Text Font Color

<p style="color:#067fac">Text here</p>

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


#067fac Background Color

<div style="background-color:#067fac">
Div content here</div>

This div background color is #067fac


#067fac Border Color

<div style="border:3px solid #067fac">
Div here</div>

This div border color is #067fac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,127,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #067fac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #067fac;
  -webkit-box-shadow: 1px 1px 3px 2px #067fac;
  box-shadow:         1px 1px 3px 2px #067fac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067fac


Comments

No comments written yet.

Please login to write comment.