Color Hex Logo

#006dac Color Hex

#006DAC
(0,109,172)
0 Favorites   0 Comments

Color spaces of #006dac

RGB 0109172
HSL0.561.000.34
HSV202°100°67°
CMYK 1.000.370.00   0.33
XYZ12.915013.915841.0351
Yxy13.91580.19030.2050
Hunter Lab37.3039-3.4832-39.1076
CIE-Lab44.1119-2.0506-40.8235

#006dac color RGB value is (0,109,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101101 10101100
Octal 0 155 254
Decimal 0 109 172
Hex 0 6D AC

RGB Percentages of Color #006dac

%0.00
%38.79
%61.21

CMYK Percentages of Color #006dac

%100
%37
%0
%33

Triadic Colors of #006dac

#006dac #ac006d #6dac00

Analogous Colors of #006dac

#006dac #0017ac #00ac95

Monochromatic Colors of #006dac

#006dac

Complementary Color

#006dac #ac3f00

#006dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#006dac Color CSS Codes

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

#006dac Text Font Color

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

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


#006dac Background Color

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

This div background color is #006dac


#006dac Border Color

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

This div border color is #006dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006dac


Comments

No comments written yet.

Please login to write comment.