Color Hex Logo

#488256 Color Hex

#488256
(72,130,86)
0 Favorites   0 Comments

Color spaces of #488256

RGB 7213086
HSL0.370.290.40
HSV134°45°51°
CMYK 0.450.000.34   0.49
XYZ12.334818.014911.6312
Yxy18.01490.29380.4291
Hunter Lab42.4440-22.402413.4631
CIE-Lab49.5142-29.244518.0587

#488256 color RGB value is (72,130,86).

#488256 hex color red value is 72, green value is 130 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #488256 hue: 0.37 , saturation: 0.29 and the lightness value of 488256 is 0.40.

The process color (four color CMYK) of #488256 color hex is 0.45, 0.00, 0.34, 0.49. Web safe color of #488256 is #339966. Color #488256 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000010 01010110
Octal 110 202 126
Decimal 72 130 86
Hex 48 82 56

RGB Percentages of Color #488256

%25.00
%45.14
%29.86

CMYK Percentages of Color #488256

%45
%0
%34
%49

Triadic Colors of #488256

#488256 #564882 #825648

Analogous Colors of #488256

#488256 #488273 #578248

Monochromatic Colors of #488256

#488256

Complementary Color

#488256 #824874

#488256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488256 Color CSS Codes

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

#488256 Text Font Color

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

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


#488256 Background Color

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

This div background color is #488256


#488256 Border Color

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

This div border color is #488256


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,130,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 #488256">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488256


Comments

No comments written yet.

Please login to write comment.