Color Hex Logo

#048b0c Color Hex

#048B0C
(4,139,12)
0 Favorites   0 Comments

Color spaces of #048b0c

RGB 413912
HSL0.340.940.28
HSV124°97°55°
CMYK 0.970.000.91   0.45
XYZ9.349018.51763.4293
Yxy18.51760.29870.5917
Hunter Lab43.0321-36.525925.3975
CIE-Lab50.1180-54.186150.8361

#048b0c color RGB value is (4,139,12).

#048b0c hex color red value is 4, green value is 139 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #048b0c hue: 0.34 , saturation: 0.94 and the lightness value of 048b0c is 0.28.

The process color (four color CMYK) of #048b0c color hex is 0.97, 0.00, 0.91, 0.45. Web safe color of #048b0c is #009900. Color #048b0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001011 00001100
Octal 4 213 14
Decimal 4 139 12
Hex 4 8B C

RGB Percentages of Color #048b0c

%2.58
%89.68
%7.74

CMYK Percentages of Color #048b0c

%97
%0
%91
%45

Triadic Colors of #048b0c

#048b0c #0c048b #8b0c04

Analogous Colors of #048b0c

#048b0c #048b50 #408b04

Monochromatic Colors of #048b0c

#048b0c

Complementary Color

#048b0c #8b0483

#048b0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048b0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#048b0c Color CSS Codes

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

#048b0c Text Font Color

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

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


#048b0c Background Color

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

This div background color is #048b0c


#048b0c Border Color

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

This div border color is #048b0c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,139,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #048b0c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #048b0c;
  -webkit-box-shadow: 1px 1px 3px 2px #048b0c;
  box-shadow:         1px 1px 3px 2px #048b0c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048b0c


Comments

No comments written yet.

Please login to write comment.