Color Hex Logo

#048856 Color Hex

#048856
(4,136,86)
0 Favorites   0 Comments

Color spaces of #048856

RGB 413686
HSL0.440.940.27
HSV157°97°53°
CMYK 0.970.000.37   0.47
XYZ10.533918.306011.7823
Yxy18.30600.25930.4506
Hunter Lab42.7855-30.927513.6225
CIE-Lab49.8652-43.730818.2547

#048856 color RGB value is (4,136,86).

#048856 hex color red value is 4, green value is 136 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #048856 hue: 0.44 , saturation: 0.94 and the lightness value of 048856 is 0.27.

The process color (four color CMYK) of #048856 color hex is 0.97, 0.00, 0.37, 0.47. Web safe color of #048856 is #009966. Color #048856 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10001000 01010110
Octal 4 210 126
Decimal 4 136 86
Hex 4 88 56

RGB Percentages of Color #048856

%1.77
%60.18
%38.05

CMYK Percentages of Color #048856

%97
%0
%37
%47

Triadic Colors of #048856

#048856 #560488 #885604

Analogous Colors of #048856

#048856 #047888 #048814

Monochromatic Colors of #048856

#048856

Complementary Color

#048856 #880436

#048856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#048856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#048856 Color CSS Codes

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

#048856 Text Font Color

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

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


#048856 Background Color

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

This div background color is #048856


#048856 Border Color

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

This div border color is #048856


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,136,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #048856; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #048856;
  -webkit-box-shadow: 1px 1px 3px 2px #048856;
  box-shadow:         1px 1px 3px 2px #048856; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #048856


Comments

No comments written yet.

Please login to write comment.