Color Hex Logo

#48de27 Color Hex

#48DE27
(72,222,39)
0 Favorites   0 Comments

Color spaces of #48de27

RGB 7222239
HSL0.300.730.51
HSV109°82°87°
CMYK 0.680.000.82   0.13
XYZ29.160053.766810.7606
Yxy53.76680.31120.5739
Hunter Lab73.3258-57.334942.6273
CIE-Lab78.3256-69.350770.1628

#48de27 color RGB value is (72,222,39).

#48de27 hex color red value is 72, green value is 222 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #48de27 hue: 0.30 , saturation: 0.73 and the lightness value of 48de27 is 0.51.

The process color (four color CMYK) of #48de27 color hex is 0.68, 0.00, 0.82, 0.13. Web safe color of #48de27 is #33cc33. Color #48de27 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011110 00100111
Octal 110 336 47
Decimal 72 222 39
Hex 48 DE 27

RGB Percentages of Color #48de27

%21.62
%66.67
%11.71

CMYK Percentages of Color #48de27

%68
%0
%82
%13

Triadic Colors of #48de27

#48de27 #2748de #de2748

Analogous Colors of #48de27

#48de27 #27de61 #a4de27

Monochromatic Colors of #48de27

#48de27

Complementary Color

#48de27 #bd27de

#48de27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48de27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48de27 Color CSS Codes

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

#48de27 Text Font Color

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

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


#48de27 Background Color

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

This div background color is #48de27


#48de27 Border Color

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

This div border color is #48de27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48de27


Comments

No comments written yet.

Please login to write comment.