Color Hex Logo

#48c256 Color Hex

#48C256
(72,194,86)
0 Favorites   0 Comments

Color spaces of #48c256

RGB 7219486
HSL0.350.500.52
HSV127°63°76°
CMYK 0.630.000.56   0.24
XYZ23.644040.633215.4009
Yxy40.63320.29670.5100
Hunter Lab63.7442-45.343130.2962
CIE-Lab69.9182-55.877843.9289

#48c256 color RGB value is (72,194,86).

#48c256 hex color red value is 72, green value is 194 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #48c256 hue: 0.35 , saturation: 0.50 and the lightness value of 48c256 is 0.52.

The process color (four color CMYK) of #48c256 color hex is 0.63, 0.00, 0.56, 0.24. Web safe color of #48c256 is #33cc66. Color #48c256 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11000010 01010110
Octal 110 302 126
Decimal 72 194 86
Hex 48 C2 56

RGB Percentages of Color #48c256

%20.45
%55.11
%24.43

CMYK Percentages of Color #48c256

%63
%0
%56
%24

Triadic Colors of #48c256

#48c256 #5648c2 #c25648

Analogous Colors of #48c256

#48c256 #48c293 #77c248

Monochromatic Colors of #48c256

#48c256

Complementary Color

#48c256 #c248b4

#48c256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48c256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48c256 Color CSS Codes

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

#48c256 Text Font Color

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

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


#48c256 Background Color

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

This div background color is #48c256


#48c256 Border Color

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

This div border color is #48c256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48c256


Comments

No comments written yet.

Please login to write comment.