Color Hex Logo

#488801 Color Hex

#488801
(72,136,1)
0 Favorites   0 Comments

Color spaces of #488801

RGB 721361
HSL0.250.990.27
HSV88°99°53°
CMYK 0.470.000.99   0.47
XYZ11.482118.98823.0886
Yxy18.98820.34210.5658
Hunter Lab43.5755-29.222426.3004
CIE-Lab50.6734-40.214353.9587

#488801 color RGB value is (72,136,1).

#488801 hex color red value is 72, green value is 136 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #488801 hue: 0.25 , saturation: 0.99 and the lightness value of 488801 is 0.27.

The process color (four color CMYK) of #488801 color hex is 0.47, 0.00, 0.99, 0.47. Web safe color of #488801 is #339900. Color #488801 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001000 00000001
Octal 110 210 1
Decimal 72 136 1
Hex 48 88 1

RGB Percentages of Color #488801

%34.45
%65.07
%0.48

CMYK Percentages of Color #488801

%47
%0
%99
%47

Triadic Colors of #488801

#488801 #014888 #880148

Analogous Colors of #488801

#488801 #058801 #888501

Monochromatic Colors of #488801

#488801

Complementary Color

#488801 #410188

#488801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488801 Color CSS Codes

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

#488801 Text Font Color

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

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


#488801 Background Color

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

This div background color is #488801


#488801 Border Color

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

This div border color is #488801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488801


Comments

No comments written yet.

Please login to write comment.