Color Hex Logo

#005962 Color Hex

#005962
(0,89,98)
0 Favorites   0 Comments

Color spaces of #005962

RGB 08998
HSL0.521.000.19
HSV186°100°38°
CMYK 1.000.090.00   0.62
XYZ5.77708.026612.8001
Yxy8.02660.21720.3017
Hunter Lab28.3313-13.1819-6.9554
CIE-Lab34.0382-19.0935-11.7020

#005962 color RGB value is (0,89,98).

#005962 hex color red value is 0, green value is 89 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #005962 hue: 0.52 , saturation: 1.00 and the lightness value of 005962 is 0.19.

The process color (four color CMYK) of #005962 color hex is 1.00, 0.09, 0.00, 0.62. Web safe color of #005962 is #006666. Color #005962 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011001 01100010
Octal 0 131 142
Decimal 0 89 98
Hex 0 59 62

RGB Percentages of Color #005962

%0.00
%47.59
%52.41

CMYK Percentages of Color #005962

%100
%9
%0
%62

Triadic Colors of #005962

#005962 #620059 #596200

Analogous Colors of #005962

#005962 #002862 #00623a

Monochromatic Colors of #005962

#005962

Complementary Color

#005962 #620900

#005962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005962 Color CSS Codes

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

#005962 Text Font Color

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

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


#005962 Background Color

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

This div background color is #005962


#005962 Border Color

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

This div border color is #005962


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,89,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #005962; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #005962;
  -webkit-box-shadow: 1px 1px 3px 2px #005962;
  box-shadow:         1px 1px 3px 2px #005962; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005962


Comments

No comments written yet.

Please login to write comment.