Color Hex Logo

#48db5d Color Hex

#48DB5D
(72,219,93)
0 Favorites   0 Comments

Color spaces of #48db5d

RGB 7221993
HSL0.360.670.57
HSV129°67°86°
CMYK 0.670.000.58   0.14
XYZ29.979852.831118.9732
Yxy52.83110.29450.5191
Hunter Lab72.6850-53.574335.4028
CIE-Lab77.7752-63.847349.9718

#48db5d color RGB value is (72,219,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011011 01011101
Octal 110 333 135
Decimal 72 219 93
Hex 48 DB 5D

RGB Percentages of Color #48db5d

%18.75
%57.03
%24.22

CMYK Percentages of Color #48db5d

%67
%0
%58
%14

Triadic Colors of #48db5d

#48db5d #5d48db #db5d48

Analogous Colors of #48db5d

#48db5d #48dba7 #7ddb48

Monochromatic Colors of #48db5d

#48db5d

Complementary Color

#48db5d #db48c6

#48db5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48db5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48db5d Color CSS Codes

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

#48db5d Text Font Color

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

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


#48db5d Background Color

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

This div background color is #48db5d


#48db5d Border Color

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

This div border color is #48db5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48db5d


Comments

No comments written yet.

Please login to write comment.