Color Hex Logo

#48bdd3 Color Hex

#48BDD3
(72,189,211)
0 Favorites   0 Comments

Color spaces of #48bdd3

RGB 72189211
HSL0.530.610.55
HSV189°66°83°
CMYK 0.660.100.00   0.17
XYZ32.628042.476168.1070
Yxy42.47610.22780.2966
Hunter Lab65.1737-24.6912-16.3369
CIE-Lab71.1979-25.7570-20.7025

#48bdd3 color RGB value is (72,189,211).

#48bdd3 hex color red value is 72, green value is 189 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #48bdd3 hue: 0.53 , saturation: 0.61 and the lightness value of 48bdd3 is 0.55.

The process color (four color CMYK) of #48bdd3 color hex is 0.66, 0.10, 0.00, 0.17. Web safe color of #48bdd3 is #33cccc. Color #48bdd3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10111101 11010011
Octal 110 275 323
Decimal 72 189 211
Hex 48 BD D3

RGB Percentages of Color #48bdd3

%15.25
%40.04
%44.70

CMYK Percentages of Color #48bdd3

%66
%10
%0
%17

Triadic Colors of #48bdd3

#48bdd3 #d348bd #bdd348

Analogous Colors of #48bdd3

#48bdd3 #4878d3 #48d3a4

Monochromatic Colors of #48bdd3

#48bdd3

Complementary Color

#48bdd3 #d35e48

#48bdd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48bdd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48bdd3 Color CSS Codes

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

#48bdd3 Text Font Color

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

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


#48bdd3 Background Color

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

This div background color is #48bdd3


#48bdd3 Border Color

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

This div border color is #48bdd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48bdd3


Comments

No comments written yet.

Please login to write comment.