Color Hex Logo

#48beab Color Hex

#48BEAB
(72,190,171)
0 Favorites   0 Comments

Color spaces of #48beab

RGB 72190171
HSL0.470.480.51
HSV170°62°75°
CMYK 0.620.000.10   0.25
XYZ28.436641.144944.9711
Yxy41.14490.24820.3592
Hunter Lab64.1443-33.11953.3332
CIE-Lab70.2773-37.4721-0.1894

#48beab color RGB value is (72,190,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111110 10101011
Octal 110 276 253
Decimal 72 190 171
Hex 48 BE AB

RGB Percentages of Color #48beab

%16.63
%43.88
%39.49

CMYK Percentages of Color #48beab

%62
%0
%10
%25

Triadic Colors of #48beab

#48beab #ab48be #beab48

Analogous Colors of #48beab

#48beab #4896be #48be70

Monochromatic Colors of #48beab

#48beab

Complementary Color

#48beab #be485b

#48beab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48beab Color Preview on White Background

Lorem ipsum dolor sit amet.

#48beab Color CSS Codes

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

#48beab Text Font Color

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

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


#48beab Background Color

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

This div background color is #48beab


#48beab Border Color

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

This div border color is #48beab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48beab


Comments

No comments written yet.

Please login to write comment.