Color Hex Logo

#48ca8f Color Hex

#48CA8F
(72,202,143)
0 Favorites   0 Comments

Color spaces of #48ca8f

RGB 72202143
HSL0.420.550.54
HSV153°64°79°
CMYK 0.640.000.29   0.21
XYZ28.750945.601933.2733
Yxy45.60190.26710.4237
Hunter Lab67.5292-42.178818.0568
CIE-Lab73.2865-49.215019.2295

#48ca8f color RGB value is (72,202,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001010 10001111
Octal 110 312 217
Decimal 72 202 143
Hex 48 CA 8F

RGB Percentages of Color #48ca8f

%17.27
%48.44
%34.29

CMYK Percentages of Color #48ca8f

%64
%0
%29
%21

Triadic Colors of #48ca8f

#48ca8f #8f48ca #ca8f48

Analogous Colors of #48ca8f

#48ca8f #48c4ca #48ca4e

Monochromatic Colors of #48ca8f

#48ca8f

Complementary Color

#48ca8f #ca4883

#48ca8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ca8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ca8f Color CSS Codes

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

#48ca8f Text Font Color

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

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


#48ca8f Background Color

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

This div background color is #48ca8f


#48ca8f Border Color

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

This div border color is #48ca8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ca8f


Comments

No comments written yet.

Please login to write comment.