Color Hex Logo

#005b14 Color Hex

#005B14
(0,91,20)
0 Favorites   0 Comments

Color spaces of #005b14

RGB 09120
HSL0.371.000.18
HSV133°100°36°
CMYK 1.000.000.78   0.64
XYZ3.86747.53271.9119
Yxy7.53270.29050.5659
Hunter Lab27.4458-22.877515.0818
CIE-Lab32.9901-39.189932.4822

#005b14 color RGB value is (0,91,20).

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

The process color (four color CMYK) of #005b14 color hex is 1.00, 0.00, 0.78, 0.64. Web safe color of #005b14 is #006600. Color #005b14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011011 00010100
Octal 0 133 24
Decimal 0 91 20
Hex 0 5B 14

RGB Percentages of Color #005b14

%0.00
%81.98
%18.02

CMYK Percentages of Color #005b14

%100
%0
%78
%64

Triadic Colors of #005b14

#005b14 #14005b #5b1400

Analogous Colors of #005b14

#005b14 #005b42 #1a5b00

Monochromatic Colors of #005b14

#005b14

Complementary Color

#005b14 #5b0047

#005b14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005b14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#005b14 Color CSS Codes

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

#005b14 Text Font Color

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

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


#005b14 Background Color

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

This div background color is #005b14


#005b14 Border Color

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

This div border color is #005b14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005b14


Comments

No comments written yet.

Please login to write comment.