Color Hex Logo

#005eaa Color Hex

#005EAA
(0,94,170)
0 Favorites   0 Comments

Color spaces of #005eaa

RGB 094170
HSL0.571.000.33
HSV207°100°67°
CMYK 1.000.450.00   0.33
XYZ11.258410.907739.5422
Yxy10.90770.18240.1768
Hunter Lab33.02683.0514-47.8677
CIE-Lab39.42466.6563-47.1315

#005eaa color RGB value is (0,94,170).

#005eaa hex color red value is 0, green value is 94 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #005eaa hue: 0.57 , saturation: 1.00 and the lightness value of 005eaa is 0.33.

The process color (four color CMYK) of #005eaa color hex is 1.00, 0.45, 0.00, 0.33. Web safe color of #005eaa is #006699. Color #005eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011110 10101010
Octal 0 136 252
Decimal 0 94 170
Hex 0 5E AA

RGB Percentages of Color #005eaa

%0.00
%35.61
%64.39

CMYK Percentages of Color #005eaa

%100
%45
%0
%33

Triadic Colors of #005eaa

#005eaa #aa005e #5eaa00

Analogous Colors of #005eaa

#005eaa #0009aa #00aaa1

Monochromatic Colors of #005eaa

#005eaa

Complementary Color

#005eaa #aa4c00

#005eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#005eaa Color CSS Codes

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

#005eaa Text Font Color

<p style="color:#005eaa">Text here</p>

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


#005eaa Background Color

<div style="background-color:#005eaa">
Div content here</div>

This div background color is #005eaa


#005eaa Border Color

<div style="border:3px solid #005eaa">
Div here</div>

This div border color is #005eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,94,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #005eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #005eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #005eaa;
  box-shadow:         1px 1px 3px 2px #005eaa; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005eaa

#005eaa Color Palettes


Comments

No comments written yet.

Please login to write comment.