Color Hex Logo

#040daa Color Hex

#040DAA
(4,13,170)
0 Favorites   0 Comments

Color spaces of #040daa

RGB 413170
HSL0.660.950.34
HSV237°98°67°
CMYK 0.980.920.00   0.33
XYZ7.44973.215938.2583
Yxy3.21590.15230.0657
Hunter Lab17.932942.7699-113.9368
CIE-Lab20.888654.9759-77.5287

#040daa color RGB value is (4,13,170).

#040daa hex color red value is 4, green value is 13 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #040daa hue: 0.66 , saturation: 0.95 and the lightness value of 040daa is 0.34.

The process color (four color CMYK) of #040daa color hex is 0.98, 0.92, 0.00, 0.33. Web safe color of #040daa is #000099. Color #040daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00001101 10101010
Octal 4 15 252
Decimal 4 13 170
Hex 4 D AA

RGB Percentages of Color #040daa

%2.14
%6.95
%90.91

CMYK Percentages of Color #040daa

%98
%92
%0
%33

Triadic Colors of #040daa

#040daa #aa040d #0daa04

Analogous Colors of #040daa

#040daa #4e04aa #0460aa

Monochromatic Colors of #040daa

#040daa

Complementary Color

#040daa #aaa104

#040daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#040daa Color CSS Codes

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

#040daa Text Font Color

<p style="color:#040daa">Text here</p>

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


#040daa Background Color

<div style="background-color:#040daa">
Div content here</div>

This div background color is #040daa


#040daa Border Color

<div style="border:3px solid #040daa">
Div here</div>

This div border color is #040daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,13,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #040daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #040daa;
  -webkit-box-shadow: 1px 1px 3px 2px #040daa;
  box-shadow:         1px 1px 3px 2px #040daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040daa


Comments

No comments written yet.

Please login to write comment.