Color Hex Logo

#48dead Color Hex

#48DEAD
(72,222,173)
0 Favorites   0 Comments

Color spaces of #48dead

RGB 72222173
HSL0.450.690.58
HSV160°68°87°
CMYK 0.680.000.22   0.13
XYZ36.336656.637448.5521
Yxy56.63740.25670.4002
Hunter Lab75.2578-45.516414.4299
CIE-Lab79.9752-50.798812.6783

#48dead color RGB value is (72,222,173).

#48dead hex color red value is 72, green value is 222 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #48dead hue: 0.45 , saturation: 0.69 and the lightness value of 48dead is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011110 10101101
Octal 110 336 255
Decimal 72 222 173
Hex 48 DE AD

RGB Percentages of Color #48dead

%15.42
%47.54
%37.04

CMYK Percentages of Color #48dead

%68
%0
%22
%13

Triadic Colors of #48dead

#48dead #ad48de #dead48

Analogous Colors of #48dead

#48dead #48c4de #48de62

Monochromatic Colors of #48dead

#48dead

Complementary Color

#48dead #de4879

#48dead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dead Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dead Color CSS Codes

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

#48dead Text Font Color

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

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


#48dead Background Color

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

This div background color is #48dead


#48dead Border Color

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

This div border color is #48dead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dead


Comments

No comments written yet.

Please login to write comment.