Color Hex Logo

#48f663 Color Hex

#48F663
(72,246,99)
0 Favorites   0 Comments

Color spaces of #48f663

RGB 7224699
HSL0.360.910.62
HSV129°71°96°
CMYK 0.710.000.60   0.04
XYZ37.880468.190122.9699
Yxy68.19010.29360.5284
Hunter Lab82.5773-62.627641.3119
CIE-Lab86.1014-72.136756.9777

#48f663 color RGB value is (72,246,99).

#48f663 hex color red value is 72, green value is 246 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #48f663 hue: 0.36 , saturation: 0.91 and the lightness value of 48f663 is 0.62.

The process color (four color CMYK) of #48f663 color hex is 0.71, 0.00, 0.60, 0.04. Web safe color of #48f663 is #33ff66. Color #48f663 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11110110 01100011
Octal 110 366 143
Decimal 72 246 99
Hex 48 F6 63

RGB Percentages of Color #48f663

%17.27
%58.99
%23.74

CMYK Percentages of Color #48f663

%71
%0
%60
%4

Triadic Colors of #48f663

#48f663 #6348f6 #f66348

Analogous Colors of #48f663

#48f663 #48f6ba #84f648

Monochromatic Colors of #48f663

#48f663

Complementary Color

#48f663 #f648db

#48f663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48f663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48f663 Color CSS Codes

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

#48f663 Text Font Color

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

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


#48f663 Background Color

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

This div background color is #48f663


#48f663 Border Color

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

This div border color is #48f663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48f663


Comments

No comments written yet.

Please login to write comment.