Color Hex Logo

#48d144 Color Hex

#48D144
(72,209,68)
0 Favorites   0 Comments

Color spaces of #48d144

RGB 7220968
HSL0.330.610.54
HSV118°67°82°
CMYK 0.660.000.67   0.18
XYZ26.516347.396013.2196
Yxy47.39600.30430.5440
Hunter Lab68.8448-51.727136.8064
CIE-Lab74.4424-63.128556.9015

#48d144 color RGB value is (72,209,68).

#48d144 hex color red value is 72, green value is 209 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #48d144 hue: 0.33 , saturation: 0.61 and the lightness value of 48d144 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11010001 01000100
Octal 110 321 104
Decimal 72 209 68
Hex 48 D1 44

RGB Percentages of Color #48d144

%20.63
%59.89
%19.48

CMYK Percentages of Color #48d144

%66
%0
%67
%18

Triadic Colors of #48d144

#48d144 #4448d1 #d14448

Analogous Colors of #48d144

#48d144 #44d187 #8fd144

Monochromatic Colors of #48d144

#48d144

Complementary Color

#48d144 #cd44d1

#48d144 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48d144 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48d144 Color CSS Codes

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

#48d144 Text Font Color

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

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


#48d144 Background Color

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

This div background color is #48d144


#48d144 Border Color

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

This div border color is #48d144


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48d144


Comments

No comments written yet.

Please login to write comment.