Color Hex Logo

#058114 Color Hex

#058114
(5,129,20)
0 Favorites   0 Comments

Color spaces of #058114

RGB 512920
HSL0.350.930.26
HSV127°96°51°
CMYK 0.960.000.84   0.49
XYZ8.039115.78333.2846
Yxy15.78330.29660.5823
Hunter Lab39.7282-33.404422.9078
CIE-Lab46.6889-50.731745.8250

#058114 color RGB value is (5,129,20).

#058114 hex color red value is 5, green value is 129 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #058114 hue: 0.35 , saturation: 0.93 and the lightness value of 058114 is 0.26.

The process color (four color CMYK) of #058114 color hex is 0.96, 0.00, 0.84, 0.49. Web safe color of #058114 is #009900. Color #058114 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10000001 00010100
Octal 5 201 24
Decimal 5 129 20
Hex 5 81 14

RGB Percentages of Color #058114

%3.25
%83.77
%12.99

CMYK Percentages of Color #058114

%96
%0
%84
%49

Triadic Colors of #058114

#058114 #140581 #811405

Analogous Colors of #058114

#058114 #058152 #348105

Monochromatic Colors of #058114

#058114

Complementary Color

#058114 #810572

#058114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#058114 Color CSS Codes

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

#058114 Text Font Color

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

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


#058114 Background Color

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

This div background color is #058114


#058114 Border Color

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

This div border color is #058114


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,129,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #058114; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #058114;
  -webkit-box-shadow: 1px 1px 3px 2px #058114;
  box-shadow:         1px 1px 3px 2px #058114; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,129,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 #058114">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058114


Comments

No comments written yet.

Please login to write comment.