Color Hex Logo

#48badb Color Hex

#48BADB
(72,186,219)
0 Favorites   0 Comments

Color spaces of #48badb

RGB 72186219
HSL0.540.670.57
HSV193°67°86°
CMYK 0.670.150.00   0.14
XYZ33.017641.610073.3092
Yxy41.61000.22320.2813
Hunter Lab64.5058-21.5191-22.2275
CIE-Lab70.6012-21.7969-25.9799

#48badb color RGB value is (72,186,219).

#48badb hex color red value is 72, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #48badb hue: 0.54 , saturation: 0.67 and the lightness value of 48badb is 0.57.

The process color (four color CMYK) of #48badb color hex is 0.67, 0.15, 0.00, 0.14. Web safe color of #48badb is #33cccc. Color #48badb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111010 11011011
Octal 110 272 333
Decimal 72 186 219
Hex 48 BA DB

RGB Percentages of Color #48badb

%15.09
%38.99
%45.91

CMYK Percentages of Color #48badb

%67
%15
%0
%14

Triadic Colors of #48badb

#48badb #db48ba #badb48

Analogous Colors of #48badb

#48badb #4871db #48dbb3

Monochromatic Colors of #48badb

#48badb

Complementary Color

#48badb #db6948

#48badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48badb Color CSS Codes

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

#48badb Text Font Color

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

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


#48badb Background Color

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

This div background color is #48badb


#48badb Border Color

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

This div border color is #48badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48badb


Comments

No comments written yet.

Please login to write comment.