Color Hex Logo

#05890f Color Hex

#05890F
(5,137,15)
0 Favorites   0 Comments

Color spaces of #05890f

RGB 513715
HSL0.350.930.28
HSV125°96°54°
CMYK 0.960.000.89   0.46
XYZ9.094517.95813.4389
Yxy17.95810.29830.5890
Hunter Lab42.3770-35.852024.8525
CIE-Lab49.4452-53.400049.6173

#05890f color RGB value is (5,137,15).

#05890f hex color red value is 5, green value is 137 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #05890f hue: 0.35 , saturation: 0.93 and the lightness value of 05890f is 0.28.

The process color (four color CMYK) of #05890f color hex is 0.96, 0.00, 0.89, 0.46. Web safe color of #05890f is #009900. Color #05890f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10001001 00001111
Octal 5 211 17
Decimal 5 137 15
Hex 5 89 F

RGB Percentages of Color #05890f

%3.18
%87.26
%9.55

CMYK Percentages of Color #05890f

%96
%0
%89
%46

Triadic Colors of #05890f

#05890f #0f0589 #890f05

Analogous Colors of #05890f

#05890f #058951 #3d8905

Monochromatic Colors of #05890f

#05890f

Complementary Color

#05890f #89057f

#05890f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05890f Color Preview on White Background

Lorem ipsum dolor sit amet.

#05890f Color CSS Codes

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

#05890f Text Font Color

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

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


#05890f Background Color

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

This div background color is #05890f


#05890f Border Color

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

This div border color is #05890f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,137,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #05890f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #05890f;
  -webkit-box-shadow: 1px 1px 3px 2px #05890f;
  box-shadow:         1px 1px 3px 2px #05890f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,137,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05890f


Comments

No comments written yet.

Please login to write comment.