Color Hex Logo

#48bbdc Color Hex

#48BBDC
(72,187,220)
0 Favorites   0 Comments

Color spaces of #48bbdc

RGB 72187220
HSL0.540.680.57
HSV193°67°86°
CMYK 0.670.150.00   0.14
XYZ33.361142.085774.0752
Yxy42.08570.22310.2815
Hunter Lab64.8735-21.7352-22.2883
CIE-Lab70.9300-21.9993-26.0215

#48bbdc color RGB value is (72,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111011 11011100
Octal 110 273 334
Decimal 72 187 220
Hex 48 BB DC

RGB Percentages of Color #48bbdc

%15.03
%39.04
%45.93

CMYK Percentages of Color #48bbdc

%67
%15
%0
%14

Triadic Colors of #48bbdc

#48bbdc #dc48bb #bbdc48

Analogous Colors of #48bbdc

#48bbdc #4871dc #48dcb3

Monochromatic Colors of #48bbdc

#48bbdc

Complementary Color

#48bbdc #dc6948

#48bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bbdc Color CSS Codes

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

#48bbdc Text Font Color

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

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


#48bbdc Background Color

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

This div background color is #48bbdc


#48bbdc Border Color

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

This div border color is #48bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bbdc


Comments

No comments written yet.

Please login to write comment.