Color Hex Logo

#48dcab Color Hex

#48DCAB
(72,220,171)
0 Favorites   0 Comments

Color spaces of #48dcab

RGB 72220171
HSL0.440.680.57
HSV160°67°86°
CMYK 0.670.000.22   0.14
XYZ35.616455.504447.3643
Yxy55.50440.25720.4008
Hunter Lab74.5013-45.042814.4572
CIE-Lab79.3309-50.435212.8238

#48dcab color RGB value is (72,220,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011100 10101011
Octal 110 334 253
Decimal 72 220 171
Hex 48 DC AB

RGB Percentages of Color #48dcab

%15.55
%47.52
%36.93

CMYK Percentages of Color #48dcab

%67
%0
%22
%14

Triadic Colors of #48dcab

#48dcab #ab48dc #dcab48

Analogous Colors of #48dcab

#48dcab #48c3dc #48dc61

Monochromatic Colors of #48dcab

#48dcab

Complementary Color

#48dcab #dc4879

#48dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dcab Color CSS Codes

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

#48dcab Text Font Color

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

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


#48dcab Background Color

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

This div background color is #48dcab


#48dcab Border Color

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

This div border color is #48dcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dcab


Comments

No comments written yet.

Please login to write comment.