Color Hex Logo

#48fabb Color Hex

#48FABB
(72,250,187)
0 Favorites   0 Comments

Color spaces of #48fabb

RGB 72250187
HSL0.440.950.63
HSV159°71°98°
CMYK 0.710.000.25   0.02
XYZ45.827773.336858.7538
Yxy73.33680.25760.4122
Hunter Lab85.6369-54.342219.2681
CIE-Lab88.6081-58.824317.5335

#48fabb color RGB value is (72,250,187).

#48fabb hex color red value is 72, green value is 250 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #48fabb hue: 0.44 , saturation: 0.95 and the lightness value of 48fabb is 0.63.

The process color (four color CMYK) of #48fabb color hex is 0.71, 0.00, 0.25, 0.02. Web safe color of #48fabb is #33ffcc. Color #48fabb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111010 10111011
Octal 110 372 273
Decimal 72 250 187
Hex 48 FA BB

RGB Percentages of Color #48fabb

%14.15
%49.12
%36.74

CMYK Percentages of Color #48fabb

%71
%0
%25
%2

Triadic Colors of #48fabb

#48fabb #bb48fa #fabb48

Analogous Colors of #48fabb

#48fabb #48e0fa #48fa62

Monochromatic Colors of #48fabb

#48fabb

Complementary Color

#48fabb #fa4887

#48fabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48fabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48fabb Color CSS Codes

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

#48fabb Text Font Color

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

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


#48fabb Background Color

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

This div background color is #48fabb


#48fabb Border Color

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

This div border color is #48fabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48fabb


Comments

No comments written yet.

Please login to write comment.