Color Hex Logo

#005fa8 Color Hex

#005FA8
(0,95,168)
0 Favorites   0 Comments

Color spaces of #005fa8

RGB 095168
HSL0.571.000.33
HSV206°100°66°
CMYK 1.000.430.00   0.34
XYZ11.160111.011638.5830
Yxy11.01160.18370.1812
Hunter Lab33.18371.9602-45.7084
CIE-Lab39.60005.1834-45.6658

#005fa8 color RGB value is (0,95,168).

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

The process color (four color CMYK) of #005fa8 color hex is 1.00, 0.43, 0.00, 0.34. Web safe color of #005fa8 is #006699. Color #005fa8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011111 10101000
Octal 0 137 250
Decimal 0 95 168
Hex 0 5F A8

RGB Percentages of Color #005fa8

%0.00
%36.12
%63.88

CMYK Percentages of Color #005fa8

%100
%43
%0
%34

Triadic Colors of #005fa8

#005fa8 #a8005f #5fa800

Analogous Colors of #005fa8

#005fa8 #000ba8 #00a89d

Monochromatic Colors of #005fa8

#005fa8

Complementary Color

#005fa8 #a84900

#005fa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005fa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005fa8 Color CSS Codes

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

#005fa8 Text Font Color

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

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


#005fa8 Background Color

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

This div background color is #005fa8


#005fa8 Border Color

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

This div border color is #005fa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005fa8

#005fa8 Color Palettes


Comments

No comments written yet.

Please login to write comment.