Color Hex Logo

#48edab Color Hex

#48EDAB
(72,237,171)
0 Favorites   0 Comments

Color spaces of #48edab

RGB 72237171
HSL0.430.820.61
HSV156°70°93°
CMYK 0.700.000.28   0.07
XYZ40.307464.886448.9280
Yxy64.88640.26150.4210
Hunter Lab80.5521-51.646720.3732
CIE-Lab84.4252-57.215319.9573

#48edab color RGB value is (72,237,171).

#48edab hex color red value is 72, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #48edab hue: 0.43 , saturation: 0.82 and the lightness value of 48edab is 0.61.

The process color (four color CMYK) of #48edab color hex is 0.70, 0.00, 0.28, 0.07. Web safe color of #48edab is #33ff99. Color #48edab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11101101 10101011
Octal 110 355 253
Decimal 72 237 171
Hex 48 ED AB

RGB Percentages of Color #48edab

%15.00
%49.38
%35.63

CMYK Percentages of Color #48edab

%70
%0
%28
%7

Triadic Colors of #48edab

#48edab #ab48ed #edab48

Analogous Colors of #48edab

#48edab #48dded #48ed59

Monochromatic Colors of #48edab

#48edab

Complementary Color

#48edab #ed488a

#48edab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48edab Color Preview on White Background

Lorem ipsum dolor sit amet.

#48edab Color CSS Codes

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

#48edab Text Font Color

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

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


#48edab Background Color

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

This div background color is #48edab


#48edab Border Color

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

This div border color is #48edab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48edab


Comments

No comments written yet.

Please login to write comment.