Color Hex Logo

#48f672 Color Hex

#48F672
(72,246,114)
0 Favorites   0 Comments

Color spaces of #48f672

RGB 72246114
HSL0.370.910.62
HSV134°71°96°
CMYK 0.710.000.54   0.04
XYZ38.665568.504227.1043
Yxy68.50420.28800.5102
Hunter Lab82.7673-61.454838.5210
CIE-Lab86.2579-70.286750.4946

#48f672 color RGB value is (72,246,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11110110 01110010
Octal 110 366 162
Decimal 72 246 114
Hex 48 F6 72

RGB Percentages of Color #48f672

%16.67
%56.94
%26.39

CMYK Percentages of Color #48f672

%71
%0
%54
%4

Triadic Colors of #48f672

#48f672 #7248f6 #f67248

Analogous Colors of #48f672

#48f672 #48f6c9 #75f648

Monochromatic Colors of #48f672

#48f672

Complementary Color

#48f672 #f648cc

#48f672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48f672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48f672 Color CSS Codes

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

#48f672 Text Font Color

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

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


#48f672 Background Color

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

This div background color is #48f672


#48f672 Border Color

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

This div border color is #48f672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48f672


Comments

No comments written yet.

Please login to write comment.