Color Hex Logo

#48c291 Color Hex

#48C291
(72,194,145)
0 Favorites   0 Comments

Color spaces of #48c291

RGB 72194145
HSL0.430.500.52
HSV156°63°76°
CMYK 0.630.000.25   0.24
XYZ27.075142.005633.4690
Yxy42.00560.26400.4096
Hunter Lab64.8117-38.852114.7506
CIE-Lab70.8748-45.471914.8078

#48c291 color RGB value is (72,194,145).

#48c291 hex color red value is 72, green value is 194 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #48c291 hue: 0.43 , saturation: 0.50 and the lightness value of 48c291 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11000010 10010001
Octal 110 302 221
Decimal 72 194 145
Hex 48 C2 91

RGB Percentages of Color #48c291

%17.52
%47.20
%35.28

CMYK Percentages of Color #48c291

%63
%0
%25
%24

Triadic Colors of #48c291

#48c291 #9148c2 #c29148

Analogous Colors of #48c291

#48c291 #48b6c2 #48c254

Monochromatic Colors of #48c291

#48c291

Complementary Color

#48c291 #c24879

#48c291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48c291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48c291 Color CSS Codes

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

#48c291 Text Font Color

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

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


#48c291 Background Color

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

This div background color is #48c291


#48c291 Border Color

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

This div border color is #48c291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48c291


Comments

No comments written yet.

Please login to write comment.