Color Hex Logo

#48bfdb Color Hex

#48BFDB
(72,191,219)
0 Favorites   0 Comments

Color spaces of #48bfdb

RGB 72191219
HSL0.530.670.57
HSV191°67°86°
CMYK 0.670.130.00   0.14
XYZ34.089543.753873.6665
Yxy43.75380.22500.2888
Hunter Lab66.1467-23.7645-19.7277
CIE-Lab72.0636-24.3373-23.7428

#48bfdb color RGB value is (72,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111111 11011011
Octal 110 277 333
Decimal 72 191 219
Hex 48 BF DB

RGB Percentages of Color #48bfdb

%14.94
%39.63
%45.44

CMYK Percentages of Color #48bfdb

%67
%13
%0
%14

Triadic Colors of #48bfdb

#48bfdb #db48bf #bfdb48

Analogous Colors of #48bfdb

#48bfdb #4876db #48dbae

Monochromatic Colors of #48bfdb

#48bfdb

Complementary Color

#48bfdb #db6448

#48bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bfdb Color CSS Codes

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

#48bfdb Text Font Color

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

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


#48bfdb Background Color

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

This div background color is #48bfdb


#48bfdb Border Color

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

This div border color is #48bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bfdb


Comments

No comments written yet.

Please login to write comment.