Color Hex Logo

#48dbde Color Hex

#48DBDE
(72,219,222)
0 Favorites   0 Comments

Color spaces of #48dbde

RGB 72219222
HSL0.500.690.58
HSV181°68°87°
CMYK 0.680.010.00   0.13
XYZ41.188857.314777.9992
Yxy57.31470.23340.3247
Hunter Lab75.7065-35.3718-8.0910
CIE-Lab80.3563-36.9586-12.8219

#48dbde color RGB value is (72,219,222).

#48dbde hex color red value is 72, green value is 219 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #48dbde hue: 0.50 , saturation: 0.69 and the lightness value of 48dbde is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011011 11011110
Octal 110 333 336
Decimal 72 219 222
Hex 48 DB DE

RGB Percentages of Color #48dbde

%14.04
%42.69
%43.27

CMYK Percentages of Color #48dbde

%68
%1
%0
%13

Triadic Colors of #48dbde

#48dbde #de48db #dbde48

Analogous Colors of #48dbde

#48dbde #4890de #48de96

Monochromatic Colors of #48dbde

#48dbde

Complementary Color

#48dbde #de4b48

#48dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dbde Color CSS Codes

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

#48dbde Text Font Color

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

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


#48dbde Background Color

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

This div background color is #48dbde


#48dbde Border Color

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

This div border color is #48dbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dbde


Comments

No comments written yet.

Please login to write comment.