Color Hex Logo

#005faa Color Hex

#005FAA
(0,95,170)
0 Favorites   0 Comments

Color spaces of #005faa

RGB 095170
HSL0.571.000.33
HSV206°100°67°
CMYK 1.000.440.00   0.33
XYZ11.347911.086739.5721
Yxy11.08670.18300.1788
Hunter Lab33.29672.5656-47.1567
CIE-Lab39.72616.0056-46.6476

#005faa color RGB value is (0,95,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011111 10101010
Octal 0 137 252
Decimal 0 95 170
Hex 0 5F AA

RGB Percentages of Color #005faa

%0.00
%35.85
%64.15

CMYK Percentages of Color #005faa

%100
%44
%0
%33

Triadic Colors of #005faa

#005faa #aa005f #5faa00

Analogous Colors of #005faa

#005faa #000aaa #00aaa0

Monochromatic Colors of #005faa

#005faa

Complementary Color

#005faa #aa4b00

#005faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#005faa Color CSS Codes

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

#005faa Text Font Color

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

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


#005faa Background Color

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

This div background color is #005faa


#005faa Border Color

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

This div border color is #005faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005faa


Comments

No comments written yet.

Please login to write comment.