Color Hex Logo

#48d94e Color Hex

#48D94E
(72,217,78)
0 Favorites   0 Comments

Color spaces of #48d94e

RGB 7221778
HSL0.340.660.57
HSV122°67°85°
CMYK 0.670.000.64   0.15
XYZ28.860551.553515.6374
Yxy51.55350.30050.5367
Hunter Lab71.8008-53.902837.3478
CIE-Lab77.0131-64.852055.6309

#48d94e color RGB value is (72,217,78).

#48d94e hex color red value is 72, green value is 217 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #48d94e hue: 0.34 , saturation: 0.66 and the lightness value of 48d94e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011001 01001110
Octal 110 331 116
Decimal 72 217 78
Hex 48 D9 4E

RGB Percentages of Color #48d94e

%19.62
%59.13
%21.25

CMYK Percentages of Color #48d94e

%67
%0
%64
%15

Triadic Colors of #48d94e

#48d94e #4e48d9 #d94e48

Analogous Colors of #48d94e

#48d94e #48d997 #8bd948

Monochromatic Colors of #48d94e

#48d94e

Complementary Color

#48d94e #d948d3

#48d94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48d94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48d94e Color CSS Codes

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

#48d94e Text Font Color

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

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


#48d94e Background Color

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

This div background color is #48d94e


#48d94e Border Color

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

This div border color is #48d94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48d94e


Comments

No comments written yet.

Please login to write comment.