Color Hex Logo

#005d32 Color Hex

#005D32
(0,93,50)
1 Favorites   0 Comments

Color spaces of #005d32

RGB 09350
HSL0.421.000.18
HSV152°100°36°
CMYK 1.000.000.46   0.64
XYZ4.49018.05904.3365
Yxy8.05900.26590.4773
Hunter Lab28.3884-21.446910.8150
CIE-Lab34.1055-35.222818.0883

#005d32 color RGB value is (0,93,50).

#005d32 hex color red value is 0, green value is 93 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #005d32 hue: 0.42 , saturation: 1.00 and the lightness value of 005d32 is 0.18.

The process color (four color CMYK) of #005d32 color hex is 1.00, 0.00, 0.46, 0.64. Web safe color of #005d32 is #006633. Color #005d32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011101 00110010
Octal 0 135 62
Decimal 0 93 50
Hex 0 5D 32

RGB Percentages of Color #005d32

%0.00
%65.03
%34.97

CMYK Percentages of Color #005d32

%100
%0
%46
%64

Triadic Colors of #005d32

#005d32 #32005d #5d3200

Analogous Colors of #005d32

#005d32 #005a5d #005d03

Monochromatic Colors of #005d32

#005d32

Complementary Color

#005d32 #5d002b

#005d32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005d32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005d32 Color CSS Codes

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

#005d32 Text Font Color

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

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


#005d32 Background Color

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

This div background color is #005d32


#005d32 Border Color

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

This div border color is #005d32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005d32

#005d32 Color Palettes


Comments

No comments written yet.

Please login to write comment.