Color Hex Logo

#48cffa Color Hex

#48CFFA
(72,207,250)
0 Favorites   0 Comments

Color spaces of #48cffa

RGB 72207250
HSL0.540.950.63
HSV194°71°98°
CMYK 0.710.170.00   0.02
XYZ42.240652.905598.4279
Yxy52.90550.21820.2733
Hunter Lab72.7362-23.6267-29.3170
CIE-Lab77.8192-22.8291-31.6248

#48cffa color RGB value is (72,207,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11001111 11111010
Octal 110 317 372
Decimal 72 207 250
Hex 48 CF FA

RGB Percentages of Color #48cffa

%13.61
%39.13
%47.26

CMYK Percentages of Color #48cffa

%71
%17
%0
%2

Triadic Colors of #48cffa

#48cffa #fa48cf #cffa48

Analogous Colors of #48cffa

#48cffa #4876fa #48facc

Monochromatic Colors of #48cffa

#48cffa

Complementary Color

#48cffa #fa7348

#48cffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48cffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#48cffa Color CSS Codes

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

#48cffa Text Font Color

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

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


#48cffa Background Color

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

This div background color is #48cffa


#48cffa Border Color

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

This div border color is #48cffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48cffa

Related Colors


Comments

No comments written yet.

Please login to write comment.