Color Hex Logo

#006aac Color Hex

#006AAC
(0,106,172)
1 Favorites   0 Comments

Color spaces of #006aac

RGB 0106172
HSL0.561.000.34
HSV203°100°67°
CMYK 1.000.380.00   0.33
XYZ12.600413.286640.9302
Yxy13.28660.18860.1988
Hunter Lab36.4508-2.0846-41.0606
CIE-Lab43.1919-0.1895-42.2864

#006aac color RGB value is (0,106,172).

#006aac hex color red value is 0, green value is 106 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #006aac hue: 0.56 , saturation: 1.00 and the lightness value of 006aac is 0.34.

The process color (four color CMYK) of #006aac color hex is 1.00, 0.38, 0.00, 0.33. Web safe color of #006aac is #006699. Color #006aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101010 10101100
Octal 0 152 254
Decimal 0 106 172
Hex 0 6A AC

RGB Percentages of Color #006aac

%0.00
%38.13
%61.87

CMYK Percentages of Color #006aac

%100
%38
%0
%33

Triadic Colors of #006aac

#006aac #ac006a #6aac00

Analogous Colors of #006aac

#006aac #0014ac #00ac98

Monochromatic Colors of #006aac

#006aac

Complementary Color

#006aac #ac4200

#006aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#006aac Color CSS Codes

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

#006aac Text Font Color

<p style="color:#006aac">Text here</p>

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


#006aac Background Color

<div style="background-color:#006aac">
Div content here</div>

This div background color is #006aac


#006aac Border Color

<div style="border:3px solid #006aac">
Div here</div>

This div border color is #006aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,106,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #006aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #006aac;
  -webkit-box-shadow: 1px 1px 3px 2px #006aac;
  box-shadow:         1px 1px 3px 2px #006aac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,106,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 #006aac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006aac


Comments

No comments written yet.

Please login to write comment.