Color Hex Logo

#057c0d Color Hex

#057C0D
(5,124,13)
0 Favorites   0 Comments

Color spaces of #057c0d

RGB 512413
HSL0.340.920.25
HSV124°96°49°
CMYK 0.960.000.90   0.51
XYZ7.342914.47662.7880
Yxy14.47660.29840.5883
Hunter Lab38.0481-32.135522.2892
CIE-Lab44.9088-49.587046.0665

#057c0d color RGB value is (5,124,13).

#057c0d hex color red value is 5, green value is 124 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #057c0d hue: 0.34 , saturation: 0.92 and the lightness value of 057c0d is 0.25.

The process color (four color CMYK) of #057c0d color hex is 0.96, 0.00, 0.90, 0.51. Web safe color of #057c0d is #006600. Color #057c0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01111100 00001101
Octal 5 174 15
Decimal 5 124 13
Hex 5 7C D

RGB Percentages of Color #057c0d

%3.52
%87.32
%9.15

CMYK Percentages of Color #057c0d

%96
%0
%90
%51

Triadic Colors of #057c0d

#057c0d #0d057c #7c0d05

Analogous Colors of #057c0d

#057c0d #057c49 #397c05

Monochromatic Colors of #057c0d

#057c0d

Complementary Color

#057c0d #7c0574

#057c0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#057c0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#057c0d Color CSS Codes

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

#057c0d Text Font Color

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

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


#057c0d Background Color

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

This div background color is #057c0d


#057c0d Border Color

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

This div border color is #057c0d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,124,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #057c0d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #057c0d;
  -webkit-box-shadow: 1px 1px 3px 2px #057c0d;
  box-shadow:         1px 1px 3px 2px #057c0d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #057c0d


Comments

No comments written yet.

Please login to write comment.