Color Hex Logo

#067cac Color Hex

#067CAC
(6,124,172)
0 Favorites   0 Comments

Color spaces of #067cac

RGB 6124172
HSL0.550.930.35
HSV197°97°67°
CMYK 0.970.280.00   0.33
XYZ14.729217.432641.6182
Yxy17.43260.19960.2363
Hunter Lab41.7524-10.0963-29.8728
CIE-Lab48.8006-10.7472-33.4207

#067cac color RGB value is (6,124,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111100 10101100
Octal 6 174 254
Decimal 6 124 172
Hex 6 7C AC

RGB Percentages of Color #067cac

%1.99
%41.06
%56.95

CMYK Percentages of Color #067cac

%97
%28
%0
%33

Triadic Colors of #067cac

#067cac #ac067c #7cac06

Analogous Colors of #067cac

#067cac #0629ac #06ac89

Monochromatic Colors of #067cac

#067cac

Complementary Color

#067cac #ac3606

#067cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#067cac Color CSS Codes

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

#067cac Text Font Color

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

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


#067cac Background Color

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

This div background color is #067cac


#067cac Border Color

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

This div border color is #067cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067cac


Comments

No comments written yet.

Please login to write comment.