Color Hex Logo

#48fc81 Color Hex

#48FC81
(72,252,129)
0 Favorites   0 Comments

Color spaces of #48fc81

RGB 72252129
HSL0.390.970.64
HSV139°71°99°
CMYK 0.710.000.49   0.01
XYZ41.445372.583532.5945
Yxy72.58350.28270.4950
Hunter Lab85.1960-62.258036.9538
CIE-Lab88.2487-70.193845.9488

#48fc81 color RGB value is (72,252,129).

#48fc81 hex color red value is 72, green value is 252 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #48fc81 hue: 0.39 , saturation: 0.97 and the lightness value of 48fc81 is 0.64.

The process color (four color CMYK) of #48fc81 color hex is 0.71, 0.00, 0.49, 0.01. Web safe color of #48fc81 is #33ff99. Color #48fc81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111100 10000001
Octal 110 374 201
Decimal 72 252 129
Hex 48 FC 81

RGB Percentages of Color #48fc81

%15.89
%55.63
%28.48

CMYK Percentages of Color #48fc81

%71
%0
%49
%1

Triadic Colors of #48fc81

#48fc81 #8148fc #fc8148

Analogous Colors of #48fc81

#48fc81 #48fcdb #69fc48

Monochromatic Colors of #48fc81

#48fc81

Complementary Color

#48fc81 #fc48c3

#48fc81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48fc81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48fc81 Color CSS Codes

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

#48fc81 Text Font Color

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

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


#48fc81 Background Color

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

This div background color is #48fc81


#48fc81 Border Color

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

This div border color is #48fc81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48fc81


Comments

No comments written yet.

Please login to write comment.