Color Hex Logo

#067aca Color Hex

#067ACA
(6,122,202)
0 Favorites   0 Comments

Color spaces of #067aca

RGB 6122202
HSL0.570.940.41
HSV204°97°79°
CMYK 0.970.400.00   0.21
XYZ17.695318.222158.4617
Yxy18.22210.18750.1931
Hunter Lab42.6874-0.7088-51.3184
CIE-Lab49.76442.0353-49.1682

#067aca color RGB value is (6,122,202).

#067aca hex color red value is 6, green value is 122 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #067aca hue: 0.57 , saturation: 0.94 and the lightness value of 067aca is 0.41.

The process color (four color CMYK) of #067aca color hex is 0.97, 0.40, 0.00, 0.21. Web safe color of #067aca is #0066cc. Color #067aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111010 11001010
Octal 6 172 312
Decimal 6 122 202
Hex 6 7A CA

RGB Percentages of Color #067aca

%1.82
%36.97
%61.21

CMYK Percentages of Color #067aca

%97
%40
%0
%21

Triadic Colors of #067aca

#067aca #ca067a #7aca06

Analogous Colors of #067aca

#067aca #0618ca #06cab8

Monochromatic Colors of #067aca

#067aca

Complementary Color

#067aca #ca5606

#067aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#067aca Color CSS Codes

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

#067aca Text Font Color

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

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


#067aca Background Color

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

This div background color is #067aca


#067aca Border Color

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

This div border color is #067aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067aca


Comments

No comments written yet.

Please login to write comment.