Color Hex Logo

#002dac Color Hex

#002DAC
(0,45,172)
0 Favorites   0 Comments

Color spaces of #002dac

RGB 045172
HSL0.621.000.34
HSV224°100°67°
CMYK 1.000.740.00   0.33
XYZ8.38484.855339.5250
Yxy4.85530.15890.0920
Hunter Lab22.034729.3631-90.9276
CIE-Lab26.318540.1738-69.7075

#002dac color RGB value is (0,45,172).

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

The process color (four color CMYK) of #002dac color hex is 1.00, 0.74, 0.00, 0.33. Web safe color of #002dac is #003399. Color #002dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00101101 10101100
Octal 0 55 254
Decimal 0 45 172
Hex 0 2D AC

RGB Percentages of Color #002dac

%0.00
%20.74
%79.26

CMYK Percentages of Color #002dac

%100
%74
%0
%33

Triadic Colors of #002dac

#002dac #ac002d #2dac00

Analogous Colors of #002dac

#002dac #2900ac #0083ac

Monochromatic Colors of #002dac

#002dac

Complementary Color

#002dac #ac7f00

#002dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#002dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#002dac Color CSS Codes

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

#002dac Text Font Color

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

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


#002dac Background Color

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

This div background color is #002dac


#002dac Border Color

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

This div border color is #002dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #002dac


Comments

No comments written yet.

Please login to write comment.