Color Hex Logo

#48e19d Color Hex

#48E19D
(72,225,157)
0 Favorites   0 Comments

Color spaces of #48e19d

RGB 72225157
HSL0.430.720.58
HSV153°68°88°
CMYK 0.680.000.30   0.12
XYZ35.683557.662541.1475
Yxy57.66250.26530.4287
Hunter Lab75.9358-49.007621.0275
CIE-Lab80.5508-55.467021.8704

#48e19d color RGB value is (72,225,157).

#48e19d hex color red value is 72, green value is 225 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #48e19d hue: 0.43 , saturation: 0.72 and the lightness value of 48e19d is 0.58.

The process color (four color CMYK) of #48e19d color hex is 0.68, 0.00, 0.30, 0.12. Web safe color of #48e19d is #33cc99. Color #48e19d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11100001 10011101
Octal 110 341 235
Decimal 72 225 157
Hex 48 E1 9D

RGB Percentages of Color #48e19d

%15.86
%49.56
%34.58

CMYK Percentages of Color #48e19d

%68
%0
%30
%12

Triadic Colors of #48e19d

#48e19d #9d48e1 #e19d48

Analogous Colors of #48e19d

#48e19d #48d9e1 #48e151

Monochromatic Colors of #48e19d

#48e19d

Complementary Color

#48e19d #e1488c

#48e19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48e19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48e19d Color CSS Codes

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

#48e19d Text Font Color

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

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


#48e19d Background Color

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

This div background color is #48e19d


#48e19d Border Color

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

This div border color is #48e19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48e19d


Comments

No comments written yet.

Please login to write comment.