Color Hex Logo

#48d387 Color Hex

#48D387
(72,211,135)
0 Favorites   0 Comments

Color spaces of #48d387

RGB 72211135
HSL0.410.610.55
HSV147°66°83°
CMYK 0.660.000.36   0.17
XYZ30.339949.715530.9186
Yxy49.71550.27340.4480
Hunter Lab70.5092-46.583123.3575
CIE-Lab75.8943-54.382826.9816

#48d387 color RGB value is (72,211,135).

#48d387 hex color red value is 72, green value is 211 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #48d387 hue: 0.41 , saturation: 0.61 and the lightness value of 48d387 is 0.55.

The process color (four color CMYK) of #48d387 color hex is 0.66, 0.00, 0.36, 0.17. Web safe color of #48d387 is #33cc99. Color #48d387 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11010011 10000111
Octal 110 323 207
Decimal 72 211 135
Hex 48 D3 87

RGB Percentages of Color #48d387

%17.22
%50.48
%32.30

CMYK Percentages of Color #48d387

%66
%0
%36
%17

Triadic Colors of #48d387

#48d387 #8748d3 #d38748

Analogous Colors of #48d387

#48d387 #48d3cd #4fd348

Monochromatic Colors of #48d387

#48d387

Complementary Color

#48d387 #d34894

#48d387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48d387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48d387 Color CSS Codes

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

#48d387 Text Font Color

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

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


#48d387 Background Color

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

This div background color is #48d387


#48d387 Border Color

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

This div border color is #48d387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48d387


Comments

No comments written yet.

Please login to write comment.