Color Hex Logo

#48db5e Color Hex

#48DB5E
(72,219,94)
0 Favorites   0 Comments

Color spaces of #48db5e

RGB 7221994
HSL0.360.670.57
HSV129°67°86°
CMYK 0.670.000.57   0.14
XYZ30.024452.848919.2081
Yxy52.84890.29410.5177
Hunter Lab72.6972-53.498635.2224
CIE-Lab77.7857-63.724049.5309

#48db5e color RGB value is (72,219,94).

#48db5e hex color red value is 72, green value is 219 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #48db5e hue: 0.36 , saturation: 0.67 and the lightness value of 48db5e is 0.57.

The process color (four color CMYK) of #48db5e color hex is 0.67, 0.00, 0.57, 0.14. Web safe color of #48db5e is #33cc66. Color #48db5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011011 01011110
Octal 110 333 136
Decimal 72 219 94
Hex 48 DB 5E

RGB Percentages of Color #48db5e

%18.70
%56.88
%24.42

CMYK Percentages of Color #48db5e

%67
%0
%57
%14

Triadic Colors of #48db5e

#48db5e #5e48db #db5e48

Analogous Colors of #48db5e

#48db5e #48dba8 #7cdb48

Monochromatic Colors of #48db5e

#48db5e

Complementary Color

#48db5e #db48c5

#48db5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48db5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48db5e Color CSS Codes

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

#48db5e Text Font Color

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

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


#48db5e Background Color

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

This div background color is #48db5e


#48db5e Border Color

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

This div border color is #48db5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48db5e


Comments

No comments written yet.

Please login to write comment.