color codes Logo

#48e863 color codes

#48E863
(72,232,99)
0 Favorites   0 Comments

Color spaces of #48e863

RGB 7223299
HSL0.360.780.60
HSV130°69°91°
CMYK 0.690.000.57   0.09
XYZ33.781259.991821.6035
Yxy59.99180.29280.5200
Hunter Lab77.4544-57.693637.6810
CIE-Lab81.8337-67.524052.0289

#48e863 color RGB value is (72,232,99).

#48e863 hex color red value is 72, green value is 232 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #48e863 hue: 0.36 , saturation: 0.78 and the lightness value of 48e863 is 0.60.

The process color (four color CMYK) of #48e863 color code is 0.69, 0.00, 0.57, 0.09. Web safe color of #48e863 is #33ff66. Color #48e863 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11101000 01100011
Octal 110 350 143
Decimal 72 232 99
Hex 48 E8 63

RGB Percentages of Color #48e863

%17.87
%57.57
%24.57

CMYK Percentages of Color #48e863

%69
%0
%57
%9

Triadic Colors of #48e863

#48e863 #6348e8 #e86348

Analogous Colors of #48e863

#48e863 #48e8b3 #7de848

Monochromatic Colors of #48e863

#48e863

Complementary Color

#48e863 #e848cd

#48e863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48e863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48e863 Color CSS Codes

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

#48e863 Text Font Color

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

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


#48e863 Background Color

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

This div background color is #48e863


#48e863 Border Color

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

This div border color is #48e863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48e863


Comments

No comments written yet.

Please login to write comment.