Color Hex Logo

#067aae Color Hex

#067AAE
(6,122,174)
0 Favorites   0 Comments

Color spaces of #067aae

RGB 6122174
HSL0.550.930.35
HSV199°97°68°
CMYK 0.970.300.00   0.32
XYZ14.674617.013842.5550
Yxy17.01380.19770.2292
Hunter Lab41.2478-8.6792-32.2955
CIE-Lab48.2774-8.8246-35.4036

#067aae color RGB value is (6,122,174).

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

The process color (four color CMYK) of #067aae color hex is 0.97, 0.30, 0.00, 0.32. Web safe color of #067aae is #006699. Color #067aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111010 10101110
Octal 6 172 256
Decimal 6 122 174
Hex 6 7A AE

RGB Percentages of Color #067aae

%1.99
%40.40
%57.62

CMYK Percentages of Color #067aae

%97
%30
%0
%32

Triadic Colors of #067aae

#067aae #ae067a #7aae06

Analogous Colors of #067aae

#067aae #0626ae #06ae8e

Monochromatic Colors of #067aae

#067aae

Complementary Color

#067aae #ae3a06

#067aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#067aae Color CSS Codes

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

#067aae Text Font Color

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

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


#067aae Background Color

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

This div background color is #067aae


#067aae Border Color

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

This div border color is #067aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067aae


Comments

No comments written yet.

Please login to write comment.