Color Hex Logo

#48cdfa Color Hex

#48CDFA
(72,205,250)
0 Favorites   0 Comments

Color spaces of #48cdfa

RGB 72205250
HSL0.540.950.63
HSV195°71°98°
CMYK 0.710.180.00   0.02
XYZ41.759151.942598.2674
Yxy51.94250.21750.2706
Hunter Lab72.0711-22.6989-30.3908
CIE-Lab77.2464-21.8158-32.5071

#48cdfa color RGB value is (72,205,250).

#48cdfa hex color red value is 72, green value is 205 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #48cdfa hue: 0.54 , saturation: 0.95 and the lightness value of 48cdfa is 0.63.

The process color (four color CMYK) of #48cdfa color hex is 0.71, 0.18, 0.00, 0.02. Web safe color of #48cdfa is #33ccff. Color #48cdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001101 11111010
Octal 110 315 372
Decimal 72 205 250
Hex 48 CD FA

RGB Percentages of Color #48cdfa

%13.66
%38.90
%47.44

CMYK Percentages of Color #48cdfa

%71
%18
%0
%2

Triadic Colors of #48cdfa

#48cdfa #fa48cd #cdfa48

Analogous Colors of #48cdfa

#48cdfa #4874fa #48face

Monochromatic Colors of #48cdfa

#48cdfa

Complementary Color

#48cdfa #fa7548

#48cdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48cdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#48cdfa Color CSS Codes

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

#48cdfa Text Font Color

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

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


#48cdfa Background Color

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

This div background color is #48cdfa


#48cdfa Border Color

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

This div border color is #48cdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48cdfa


Comments

No comments written yet.

Please login to write comment.