Color Hex Logo

#48f291 Color Hex

#48F291
(72,242,145)
0 Favorites   0 Comments

Color spaces of #48f291

RGB 72242145
HSL0.400.870.62
HSV146°70°95°
CMYK 0.700.000.40   0.05
XYZ39.535566.926337.6224
Yxy66.92630.27440.4645
Hunter Lab81.8085-56.901429.9994
CIE-Lab85.4667-64.118234.5992

#48f291 color RGB value is (72,242,145).

#48f291 hex color red value is 72, green value is 242 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #48f291 hue: 0.40 , saturation: 0.87 and the lightness value of 48f291 is 0.62.

The process color (four color CMYK) of #48f291 color hex is 0.70, 0.00, 0.40, 0.05. Web safe color of #48f291 is #33ff99. Color #48f291 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11110010 10010001
Octal 110 362 221
Decimal 72 242 145
Hex 48 F2 91

RGB Percentages of Color #48f291

%15.69
%52.72
%31.59

CMYK Percentages of Color #48f291

%70
%0
%40
%5

Triadic Colors of #48f291

#48f291 #9148f2 #f29148

Analogous Colors of #48f291

#48f291 #48f2e6 #54f248

Monochromatic Colors of #48f291

#48f291

Complementary Color

#48f291 #f248a9

#48f291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48f291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48f291 Color CSS Codes

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

#48f291 Text Font Color

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

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


#48f291 Background Color

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

This div background color is #48f291


#48f291 Border Color

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

This div border color is #48f291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48f291


Comments

No comments written yet.

Please login to write comment.