Color Hex Logo

#056110 Color Hex

#056110
(5,97,16)
0 Favorites   0 Comments

Color spaces of #056110

RGB 59716
HSL0.350.900.20
HSV127°95°38°
CMYK 0.950.000.84   0.62
XYZ4.43088.61911.9203
Yxy8.61910.29600.5758
Hunter Lab29.3583-24.437516.6727
CIE-Lab35.2403-40.913836.2859

#056110 color RGB value is (5,97,16).

#056110 hex color red value is 5, green value is 97 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #056110 hue: 0.35 , saturation: 0.90 and the lightness value of 056110 is 0.20.

The process color (four color CMYK) of #056110 color hex is 0.95, 0.00, 0.84, 0.62. Web safe color of #056110 is #006600. Color #056110 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01100001 00010000
Octal 5 141 20
Decimal 5 97 16
Hex 5 61 10

RGB Percentages of Color #056110

%4.24
%82.20
%13.56

CMYK Percentages of Color #056110

%95
%0
%84
%62

Triadic Colors of #056110

#056110 #100561 #611005

Analogous Colors of #056110

#056110 #05613e #286105

Monochromatic Colors of #056110

#056110

Complementary Color

#056110 #610556

#056110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#056110 Color CSS Codes

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

#056110 Text Font Color

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

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


#056110 Background Color

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

This div background color is #056110


#056110 Border Color

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

This div border color is #056110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056110


Comments

No comments written yet.

Please login to write comment.