Color Hex Logo

#48c97f Color Hex

#48C97F
(72,201,127)
0 Favorites   0 Comments

Color spaces of #48c97f

RGB 72201127
HSL0.400.540.54
HSV146°64°79°
CMYK 0.640.000.37   0.21
XYZ27.389944.683327.2598
Yxy44.68330.27570.4498
Hunter Lab66.8456-43.839622.6133
CIE-Lab72.6829-51.995226.8492

#48c97f color RGB value is (72,201,127).

#48c97f hex color red value is 72, green value is 201 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #48c97f hue: 0.40 , saturation: 0.54 and the lightness value of 48c97f is 0.54.

The process color (four color CMYK) of #48c97f color hex is 0.64, 0.00, 0.37, 0.21. Web safe color of #48c97f is #33cc66. Color #48c97f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001001 01111111
Octal 110 311 177
Decimal 72 201 127
Hex 48 C9 7F

RGB Percentages of Color #48c97f

%18.00
%50.25
%31.75

CMYK Percentages of Color #48c97f

%64
%0
%37
%21

Triadic Colors of #48c97f

#48c97f #7f48c9 #c97f48

Analogous Colors of #48c97f

#48c97f #48c9c0 #52c948

Monochromatic Colors of #48c97f

#48c97f

Complementary Color

#48c97f #c94892

#48c97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48c97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48c97f Color CSS Codes

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

#48c97f Text Font Color

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

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


#48c97f Background Color

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

This div background color is #48c97f


#48c97f Border Color

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

This div border color is #48c97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48c97f


Comments

No comments written yet.

Please login to write comment.