Color Hex Logo

#48bcdb Color Hex

#48BCDB
(72,188,219)
0 Favorites   0 Comments

Color spaces of #48bcdb

RGB 72188219
HSL0.540.670.57
HSV193°67°86°
CMYK 0.670.140.00   0.14
XYZ33.441942.458673.4506
Yxy42.45860.22390.2843
Hunter Lab65.1603-22.4197-21.2213
CIE-Lab71.1860-22.8182-25.0843

#48bcdb color RGB value is (72,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111100 11011011
Octal 110 274 333
Decimal 72 188 219
Hex 48 BC DB

RGB Percentages of Color #48bcdb

%15.03
%39.25
%45.72

CMYK Percentages of Color #48bcdb

%67
%14
%0
%14

Triadic Colors of #48bcdb

#48bcdb #db48bc #bcdb48

Analogous Colors of #48bcdb

#48bcdb #4873db #48dbb1

Monochromatic Colors of #48bcdb

#48bcdb

Complementary Color

#48bcdb #db6748

#48bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bcdb Color CSS Codes

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

#48bcdb Text Font Color

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

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


#48bcdb Background Color

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

This div background color is #48bcdb


#48bcdb Border Color

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

This div border color is #48bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bcdb


Comments

No comments written yet.

Please login to write comment.