Color Hex Logo

#005a68 Color Hex

#005A68
(0,90,104)
0 Favorites   0 Comments

Color spaces of #005a68

RGB 090104
HSL0.521.000.20
HSV188°100°41°
CMYK 1.000.130.00   0.59
XYZ6.15498.311814.3766
Yxy8.31180.21340.2882
Hunter Lab28.8302-12.3452-9.3847
CIE-Lab34.6240-17.4220-14.5597

#005a68 color RGB value is (0,90,104).

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

The process color (four color CMYK) of #005a68 color hex is 1.00, 0.13, 0.00, 0.59. Web safe color of #005a68 is #006666. Color #005a68 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011010 01101000
Octal 0 132 150
Decimal 0 90 104
Hex 0 5A 68

RGB Percentages of Color #005a68

%0.00
%46.39
%53.61

CMYK Percentages of Color #005a68

%100
%13
%0
%59

Triadic Colors of #005a68

#005a68 #68005a #5a6800

Analogous Colors of #005a68

#005a68 #002668 #006842

Monochromatic Colors of #005a68

#005a68

Complementary Color

#005a68 #680e00

#005a68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005a68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005a68 Color CSS Codes

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

#005a68 Text Font Color

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

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


#005a68 Background Color

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

This div background color is #005a68


#005a68 Border Color

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

This div border color is #005a68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005a68

#005a68 Color Palettes


Comments

No comments written yet.

Please login to write comment.