Color Hex Logo

#48bbba Color Hex

#48BBBA
(72,187,186)
0 Favorites   0 Comments

Color spaces of #48bbba

RGB 72187186
HSL0.500.460.51
HSV179°61°73°
CMYK 0.610.000.01   0.27
XYZ29.305740.463552.7200
Yxy40.46350.23930.3303
Hunter Lab63.6109-29.0838-4.6112
CIE-Lab69.7984-32.0350-9.1207

#48bbba color RGB value is (72,187,186).

#48bbba hex color red value is 72, green value is 187 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #48bbba hue: 0.50 , saturation: 0.46 and the lightness value of 48bbba is 0.51.

The process color (four color CMYK) of #48bbba color hex is 0.61, 0.00, 0.01, 0.27. Web safe color of #48bbba is #33cccc. Color #48bbba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111011 10111010
Octal 110 273 272
Decimal 72 187 186
Hex 48 BB BA

RGB Percentages of Color #48bbba

%16.18
%42.02
%41.80

CMYK Percentages of Color #48bbba

%61
%0
%1
%27

Triadic Colors of #48bbba

#48bbba #ba48bb #bbba48

Analogous Colors of #48bbba

#48bbba #4883bb #48bb81

Monochromatic Colors of #48bbba

#48bbba

Complementary Color

#48bbba #bb4849

#48bbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bbba Color CSS Codes

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

#48bbba Text Font Color

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

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


#48bbba Background Color

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

This div background color is #48bbba


#48bbba Border Color

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

This div border color is #48bbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bbba


Comments

No comments written yet.

Please login to write comment.