Color Hex Logo

#48bc5a Color Hex

#48BC5A
(72,188,90)
0 Favorites   0 Comments

Color spaces of #48bc5a

RGB 7218890
HSL0.360.460.51
HSV129°62°74°
CMYK 0.620.000.52   0.26
XYZ22.501238.082315.8376
Yxy38.08230.29440.4983
Hunter Lab61.7109-42.908827.9813
CIE-Lab68.0812-53.110239.7860

#48bc5a color RGB value is (72,188,90).

#48bc5a hex color red value is 72, green value is 188 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #48bc5a hue: 0.36 , saturation: 0.46 and the lightness value of 48bc5a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111100 01011010
Octal 110 274 132
Decimal 72 188 90
Hex 48 BC 5A

RGB Percentages of Color #48bc5a

%20.57
%53.71
%25.71

CMYK Percentages of Color #48bc5a

%62
%0
%52
%26

Triadic Colors of #48bc5a

#48bc5a #5a48bc #bc5a48

Analogous Colors of #48bc5a

#48bc5a #48bc94 #70bc48

Monochromatic Colors of #48bc5a

#48bc5a

Complementary Color

#48bc5a #bc48aa

#48bc5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bc5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bc5a Color CSS Codes

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

#48bc5a Text Font Color

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

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


#48bc5a Background Color

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

This div background color is #48bc5a


#48bc5a Border Color

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

This div border color is #48bc5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bc5a


Comments

No comments written yet.

Please login to write comment.