Color Hex Logo

#005fab Color Hex

#005FAB
(0,95,171)
0 Favorites   0 Comments

Color spaces of #005fab

RGB 095171
HSL0.571.000.34
HSV207°100°67°
CMYK 1.000.440.00   0.33
XYZ11.442911.124740.0723
Yxy11.12470.18270.1776
Hunter Lab33.35372.8703-47.8855
CIE-Lab39.78976.4166-47.1368

#005fab color RGB value is (0,95,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011111 10101011
Octal 0 137 253
Decimal 0 95 171
Hex 0 5F AB

RGB Percentages of Color #005fab

%0.00
%35.71
%64.29

CMYK Percentages of Color #005fab

%100
%44
%0
%33

Triadic Colors of #005fab

#005fab #ab005f #5fab00

Analogous Colors of #005fab

#005fab #000aab #00aba2

Monochromatic Colors of #005fab

#005fab

Complementary Color

#005fab #ab4c00

#005fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#005fab Color CSS Codes

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

#005fab Text Font Color

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

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


#005fab Background Color

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

This div background color is #005fab


#005fab Border Color

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

This div border color is #005fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005fab

#005fab Color Palettes


Comments

No comments written yet.

Please login to write comment.