Color Hex Logo

#48bdaa Color Hex

#48BDAA
(72,189,170)
0 Favorites   0 Comments

Color spaces of #48bdaa

RGB 72189170
HSL0.470.470.51
HSV170°62°74°
CMYK 0.620.000.10   0.26
XYZ28.125840.675244.3989
Yxy40.67520.24850.3593
Hunter Lab63.7771-32.89123.3688
CIE-Lab69.9478-37.2743-0.1232

#48bdaa color RGB value is (72,189,170).

#48bdaa hex color red value is 72, green value is 189 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #48bdaa hue: 0.47 , saturation: 0.47 and the lightness value of 48bdaa is 0.51.

The process color (four color CMYK) of #48bdaa color hex is 0.62, 0.00, 0.10, 0.26. Web safe color of #48bdaa is #33cc99. Color #48bdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111101 10101010
Octal 110 275 252
Decimal 72 189 170
Hex 48 BD AA

RGB Percentages of Color #48bdaa

%16.71
%43.85
%39.44

CMYK Percentages of Color #48bdaa

%62
%0
%10
%26

Triadic Colors of #48bdaa

#48bdaa #aa48bd #bdaa48

Analogous Colors of #48bdaa

#48bdaa #4896bd #48bd70

Monochromatic Colors of #48bdaa

#48bdaa

Complementary Color

#48bdaa #bd485b

#48bdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bdaa Color CSS Codes

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

#48bdaa Text Font Color

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

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


#48bdaa Background Color

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

This div background color is #48bdaa


#48bdaa Border Color

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

This div border color is #48bdaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,189,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 #48bdaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bdaa


Comments

No comments written yet.

Please login to write comment.