Color Hex Logo

#48c98a Color Hex

#48C98A
(72,201,138)
0 Favorites   0 Comments

Color spaces of #48c98a

RGB 72201138
HSL0.420.540.54
HSV151°64°79°
CMYK 0.640.000.31   0.21
XYZ28.146644.986031.2444
Yxy44.98600.26970.4310
Hunter Lab67.0716-42.467819.3307
CIE-Lab72.8827-49.842721.3290

#48c98a color RGB value is (72,201,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001001 10001010
Octal 110 311 212
Decimal 72 201 138
Hex 48 C9 8A

RGB Percentages of Color #48c98a

%17.52
%48.91
%33.58

CMYK Percentages of Color #48c98a

%64
%0
%31
%21

Triadic Colors of #48c98a

#48c98a #8a48c9 #c98a48

Analogous Colors of #48c98a

#48c98a #48c8c9 #48c94a

Monochromatic Colors of #48c98a

#48c98a

Complementary Color

#48c98a #c94887

#48c98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48c98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48c98a Color CSS Codes

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

#48c98a Text Font Color

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

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


#48c98a Background Color

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

This div background color is #48c98a


#48c98a Border Color

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

This div border color is #48c98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48c98a


Comments

No comments written yet.

Please login to write comment.