Color Hex Logo

#005f5d Color Hex

#005F5D
(0,95,93)
0 Favorites   0 Comments

Color spaces of #005f5d

RGB 09593
HSL0.501.000.19
HSV179°100°37°
CMYK 1.000.000.02   0.63
XYZ6.06808.974711.7684
Yxy8.97470.22630.3347
Hunter Lab29.9578-16.2707-2.3206
CIE-Lab35.9355-24.0247-5.7244

#005f5d color RGB value is (0,95,93).

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

The process color (four color CMYK) of #005f5d color hex is 1.00, 0.00, 0.02, 0.63. Web safe color of #005f5d is #006666. Color #005f5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011111 01011101
Octal 0 137 135
Decimal 0 95 93
Hex 0 5F 5D

RGB Percentages of Color #005f5d

%0.00
%50.53
%49.47

CMYK Percentages of Color #005f5d

%100
%0
%2
%63

Triadic Colors of #005f5d

#005f5d #5d005f #5f5d00

Analogous Colors of #005f5d

#005f5d #00325f #005f2e

Monochromatic Colors of #005f5d

#005f5d

Complementary Color

#005f5d #5f0002

#005f5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005f5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#005f5d Color CSS Codes

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

#005f5d Text Font Color

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

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


#005f5d Background Color

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

This div background color is #005f5d


#005f5d Border Color

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

This div border color is #005f5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005f5d


Comments

No comments written yet.

Please login to write comment.