Color Hex Logo

#48ecab Color Hex

#48ECAB
(72,236,171)
0 Favorites   0 Comments

Color spaces of #48ecab

RGB 72236171
HSL0.430.810.60
HSV156°69°93°
CMYK 0.690.000.28   0.07
XYZ40.018664.308948.8317
Yxy64.30890.26130.4199
Hunter Lab80.1928-51.260720.0316
CIE-Lab84.1263-56.826619.5426

#48ecab color RGB value is (72,236,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11101100 10101011
Octal 110 354 253
Decimal 72 236 171
Hex 48 EC AB

RGB Percentages of Color #48ecab

%15.03
%49.27
%35.70

CMYK Percentages of Color #48ecab

%69
%0
%28
%7

Triadic Colors of #48ecab

#48ecab #ab48ec #ecab48

Analogous Colors of #48ecab

#48ecab #48dbec #48ec59

Monochromatic Colors of #48ecab

#48ecab

Complementary Color

#48ecab #ec4889

#48ecab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ecab Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ecab Color CSS Codes

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

#48ecab Text Font Color

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

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


#48ecab Background Color

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

This div background color is #48ecab


#48ecab Border Color

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

This div border color is #48ecab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ecab


Comments

No comments written yet.

Please login to write comment.