Color Hex Logo

#48c15d Color Hex

#48C15D
(72,193,93)
0 Favorites   0 Comments

Color spaces of #48c15d

RGB 7219393
HSL0.360.490.52
HSV130°63°76°
CMYK 0.630.000.52   0.24
XYZ23.718240.308016.8861
Yxy40.30800.29310.4982
Hunter Lab63.4886-44.420628.6726
CIE-Lab69.6883-54.558640.2852

#48c15d color RGB value is (72,193,93).

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

The process color (four color CMYK) of #48c15d color hex is 0.63, 0.00, 0.52, 0.24. Web safe color of #48c15d is #33cc66. Color #48c15d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11000001 01011101
Octal 110 301 135
Decimal 72 193 93
Hex 48 C1 5D

RGB Percentages of Color #48c15d

%20.11
%53.91
%25.98

CMYK Percentages of Color #48c15d

%63
%0
%52
%24

Triadic Colors of #48c15d

#48c15d #5d48c1 #c15d48

Analogous Colors of #48c15d

#48c15d #48c19a #70c148

Monochromatic Colors of #48c15d

#48c15d

Complementary Color

#48c15d #c148ac

#48c15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48c15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48c15d Color CSS Codes

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

#48c15d Text Font Color

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

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


#48c15d Background Color

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

This div background color is #48c15d


#48c15d Border Color

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

This div border color is #48c15d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,193,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 #48c15d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48c15d


Comments

No comments written yet.

Please login to write comment.