Color Hex Logo

#48dbaa Color Hex

#48DBAA
(72,219,170)
0 Favorites   0 Comments

Color spaces of #48dbaa

RGB 72219170
HSL0.440.670.57
HSV160°67°86°
CMYK 0.670.000.22   0.14
XYZ35.259754.943046.7769
Yxy54.94300.25740.4011
Hunter Lab74.1235-44.805914.4705
CIE-Lab79.0084-50.252612.8968

#48dbaa color RGB value is (72,219,170).

#48dbaa hex color red value is 72, green value is 219 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #48dbaa hue: 0.44 , saturation: 0.67 and the lightness value of 48dbaa is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011011 10101010
Octal 110 333 252
Decimal 72 219 170
Hex 48 DB AA

RGB Percentages of Color #48dbaa

%15.62
%47.51
%36.88

CMYK Percentages of Color #48dbaa

%67
%0
%22
%14

Triadic Colors of #48dbaa

#48dbaa #aa48db #dbaa48

Analogous Colors of #48dbaa

#48dbaa #48c3db #48db61

Monochromatic Colors of #48dbaa

#48dbaa

Complementary Color

#48dbaa #db4879

#48dbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dbaa Color CSS Codes

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

#48dbaa Text Font Color

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

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


#48dbaa Background Color

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

This div background color is #48dbaa


#48dbaa Border Color

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

This div border color is #48dbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dbaa


Comments

No comments written yet.

Please login to write comment.