color codes Logo

#48e076 color codes

#48E076
(72,224,118)
0 Favorites   0 Comments

Color spaces of #48e076

RGB 72224118
HSL0.380.710.58
HSV138°68°88°
CMYK 0.680.000.47   0.12
XYZ32.598255.997026.2299
Yxy55.99700.28390.4877
Hunter Lab74.8311-53.195731.5994
CIE-Lab79.6121-62.131640.4040

#48e076 color RGB value is (72,224,118).

#48e076 hex color red value is 72, green value is 224 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #48e076 hue: 0.38 , saturation: 0.71 and the lightness value of 48e076 is 0.58.

The process color (four color CMYK) of #48e076 color code is 0.68, 0.00, 0.47, 0.12. Web safe color of #48e076 is #33cc66. Color #48e076 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11100000 01110110
Octal 110 340 166
Decimal 72 224 118
Hex 48 E0 76

RGB Percentages of Color #48e076

%17.39
%54.11
%28.50

CMYK Percentages of Color #48e076

%68
%0
%47
%12

Triadic Colors of #48e076

#48e076 #7648e0 #e07648

Analogous Colors of #48e076

#48e076 #48e0c2 #66e048

Monochromatic Colors of #48e076

#48e076

Complementary Color

#48e076 #e048b2

#48e076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48e076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48e076 Color CSS Codes

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

#48e076 Text Font Color

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

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


#48e076 Background Color

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

This div background color is #48e076


#48e076 Border Color

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

This div border color is #48e076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48e076


Comments

No comments written yet.

Please login to write comment.