Color Hex Logo

#48dbff Color Hex

#48DBFF
(72,219,255)
0 Favorites   0 Comments

Color spaces of #48dbff

RGB 72219255
HSL0.531.000.64
HSV192°72°100°
CMYK 0.720.140.00   0.00
XYZ46.054059.2608103.6189
Yxy59.26080.22040.2836
Hunter Lab76.9810-27.9290-25.9195
CIE-Lab81.4347-27.2604-28.7326

#48dbff color RGB value is (72,219,255).

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

The process color (four color CMYK) of #48dbff color hex is 0.72, 0.14, 0.00, 0.00. Web safe color of #48dbff is #33ccff. Color #48dbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011011 11111111
Octal 110 333 377
Decimal 72 219 255
Hex 48 DB FF

RGB Percentages of Color #48dbff

%13.19
%40.11
%46.70

CMYK Percentages of Color #48dbff

%72
%14
%0
%0

Triadic Colors of #48dbff

#48dbff #ff48db #dbff48

Analogous Colors of #48dbff

#48dbff #4880ff #48ffc8

Monochromatic Colors of #48dbff

#48dbff

Complementary Color

#48dbff #ff6c48

#48dbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dbff Color CSS Codes

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

#48dbff Text Font Color

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

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


#48dbff Background Color

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

This div background color is #48dbff


#48dbff Border Color

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

This div border color is #48dbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dbff

Related Colors


Comments

No comments written yet.

Please login to write comment.