Color Hex Logo

#082daa Color Hex

#082DAA
(8,45,170)
0 Favorites   0 Comments

Color spaces of #082daa

RGB 845170
HSL0.630.910.35
HSV226°95°67°
CMYK 0.950.740.00   0.33
XYZ8.29424.830738.5255
Yxy4.83070.16060.0935
Hunter Lab21.978928.8979-88.5409
CIE-Lab26.246939.6778-68.6181

#082daa color RGB value is (8,45,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00101101 10101010
Octal 10 55 252
Decimal 8 45 170
Hex 8 2D AA

RGB Percentages of Color #082daa

%3.59
%20.18
%76.23

CMYK Percentages of Color #082daa

%95
%74
%0
%33

Triadic Colors of #082daa

#082daa #aa082d #2daa08

Analogous Colors of #082daa

#082daa #3408aa #087eaa

Monochromatic Colors of #082daa

#082daa

Complementary Color

#082daa #aa8508

#082daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#082daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#082daa Color CSS Codes

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

#082daa Text Font Color

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

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


#082daa Background Color

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

This div background color is #082daa


#082daa Border Color

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

This div border color is #082daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #082daa


Comments

No comments written yet.

Please login to write comment.