Color Hex Logo

#48c836 Color Hex

#48C836
(72,200,54)
0 Favorites   0 Comments

Color spaces of #48c836

RGB 7220054
HSL0.310.570.50
HSV113°73°78°
CMYK 0.640.000.73   0.22
XYZ23.992642.952610.5162
Yxy42.95260.30970.5545
Hunter Lab65.5382-49.345636.3631
CIE-Lab71.5228-61.256459.1393

#48c836 color RGB value is (72,200,54).

#48c836 hex color red value is 72, green value is 200 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #48c836 hue: 0.31 , saturation: 0.57 and the lightness value of 48c836 is 0.50.

The process color (four color CMYK) of #48c836 color hex is 0.64, 0.00, 0.73, 0.22. Web safe color of #48c836 is #33cc33. Color #48c836 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001000 00110110
Octal 110 310 66
Decimal 72 200 54
Hex 48 C8 36

RGB Percentages of Color #48c836

%22.09
%61.35
%16.56

CMYK Percentages of Color #48c836

%64
%0
%73
%22

Triadic Colors of #48c836

#48c836 #3648c8 #c83648

Analogous Colors of #48c836

#48c836 #36c86d #91c836

Monochromatic Colors of #48c836

#48c836

Complementary Color

#48c836 #b636c8

#48c836 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48c836 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48c836 Color CSS Codes

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

#48c836 Text Font Color

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

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


#48c836 Background Color

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

This div background color is #48c836


#48c836 Border Color

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

This div border color is #48c836


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48c836


Comments

No comments written yet.

Please login to write comment.