Color Hex Logo

#48d646 Color Hex

#48D646
(72,214,70)
0 Favorites   0 Comments

Color spaces of #48d646

RGB 7221470
HSL0.330.640.56
HSV119°67°84°
CMYK 0.660.000.67   0.16
XYZ27.824549.913013.9620
Yxy49.91300.30340.5443
Hunter Lab70.6491-53.335437.7372
CIE-Lab76.0158-64.623957.7941

#48d646 color RGB value is (72,214,70).

#48d646 hex color red value is 72, green value is 214 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #48d646 hue: 0.33 , saturation: 0.64 and the lightness value of 48d646 is 0.56.

The process color (four color CMYK) of #48d646 color hex is 0.66, 0.00, 0.67, 0.16. Web safe color of #48d646 is #33cc33. Color #48d646 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11010110 01000110
Octal 110 326 106
Decimal 72 214 70
Hex 48 D6 46

RGB Percentages of Color #48d646

%20.22
%60.11
%19.66

CMYK Percentages of Color #48d646

%66
%0
%67
%16

Triadic Colors of #48d646

#48d646 #4648d6 #d64648

Analogous Colors of #48d646

#48d646 #46d68c #90d646

Monochromatic Colors of #48d646

#48d646

Complementary Color

#48d646 #d446d6

#48d646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48d646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48d646 Color CSS Codes

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

#48d646 Text Font Color

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

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


#48d646 Background Color

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

This div background color is #48d646


#48d646 Border Color

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

This div border color is #48d646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48d646


Comments

No comments written yet.

Please login to write comment.