Color Hex Logo

#48dc7e Color Hex

#48DC7E
(72,220,126)
0 Favorites   0 Comments

Color spaces of #48dc7e

RGB 72220126
HSL0.390.680.57
HSV142°67°86°
CMYK 0.670.000.43   0.14
XYZ32.031654.070528.4871
Yxy54.07050.27950.4719
Hunter Lab73.5326-50.925628.5035
CIE-Lab78.5028-59.389835.0196

#48dc7e color RGB value is (72,220,126).

#48dc7e hex color red value is 72, green value is 220 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #48dc7e hue: 0.39 , saturation: 0.68 and the lightness value of 48dc7e is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011100 01111110
Octal 110 334 176
Decimal 72 220 126
Hex 48 DC 7E

RGB Percentages of Color #48dc7e

%17.22
%52.63
%30.14

CMYK Percentages of Color #48dc7e

%67
%0
%43
%14

Triadic Colors of #48dc7e

#48dc7e #7e48dc #dc7e48

Analogous Colors of #48dc7e

#48dc7e #48dcc8 #5cdc48

Monochromatic Colors of #48dc7e

#48dc7e

Complementary Color

#48dc7e #dc48a6

#48dc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dc7e Color CSS Codes

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

#48dc7e Text Font Color

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

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


#48dc7e Background Color

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

This div background color is #48dc7e


#48dc7e Border Color

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

This div border color is #48dc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dc7e


Comments

No comments written yet.

Please login to write comment.