Color Hex Logo

#081daa Color Hex

#081DAA
(8,29,170)
0 Favorites   0 Comments

Color spaces of #081daa

RGB 829170
HSL0.650.910.35
HSV232°95°67°
CMYK 0.950.830.00   0.33
XYZ7.79523.832638.3591
Yxy3.83260.15590.0767
Hunter Lab19.577036.8155-102.4685
CIE-Lab23.110148.6585-73.8223

#081daa color RGB value is (8,29,170).

#081daa hex color red value is 8, green value is 29 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #081daa hue: 0.65 , saturation: 0.91 and the lightness value of 081daa is 0.35.

The process color (four color CMYK) of #081daa color hex is 0.95, 0.83, 0.00, 0.33. Web safe color of #081daa is #003399. Color #081daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00011101 10101010
Octal 10 35 252
Decimal 8 29 170
Hex 8 1D AA

RGB Percentages of Color #081daa

%3.86
%14.01
%82.13

CMYK Percentages of Color #081daa

%95
%83
%0
%33

Triadic Colors of #081daa

#081daa #aa081d #1daa08

Analogous Colors of #081daa

#081daa #4408aa #086eaa

Monochromatic Colors of #081daa

#081daa

Complementary Color

#081daa #aa9508

#081daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#081daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#081daa Color CSS Codes

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

#081daa Text Font Color

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

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


#081daa Background Color

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

This div background color is #081daa


#081daa Border Color

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

This div border color is #081daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,29,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 #081daa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #081daa


Comments

No comments written yet.

Please login to write comment.