Color Hex Logo

#005a6f Color Hex

#005A6F
(0,90,111)
0 Favorites   0 Comments

Color spaces of #005a6f

RGB 090111
HSL0.531.000.22
HSV191°100°44°
CMYK 1.000.190.00   0.56
XYZ6.52548.460016.3279
Yxy8.46000.20840.2702
Hunter Lab29.0861-10.8545-12.9231
CIE-Lab34.9231-14.7607-18.4576

#005a6f color RGB value is (0,90,111).

#005a6f hex color red value is 0, green value is 90 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #005a6f hue: 0.53 , saturation: 1.00 and the lightness value of 005a6f is 0.22.

The process color (four color CMYK) of #005a6f color hex is 1.00, 0.19, 0.00, 0.56. Web safe color of #005a6f is #006666. Color #005a6f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011010 01101111
Octal 0 132 157
Decimal 0 90 111
Hex 0 5A 6F

RGB Percentages of Color #005a6f

%0.00
%44.78
%55.22

CMYK Percentages of Color #005a6f

%100
%19
%0
%56

Triadic Colors of #005a6f

#005a6f #6f005a #5a6f00

Analogous Colors of #005a6f

#005a6f #00236f #006f4d

Monochromatic Colors of #005a6f

#005a6f

Complementary Color

#005a6f #6f1500

#005a6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005a6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#005a6f Color CSS Codes

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

#005a6f Text Font Color

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

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


#005a6f Background Color

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

This div background color is #005a6f


#005a6f Border Color

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

This div border color is #005a6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005a6f


Comments

No comments written yet.

Please login to write comment.