Color Hex Logo

#48dffa Color Hex

#48DFFA
(72,223,250)
0 Favorites   0 Comments

Color spaces of #48dffa

RGB 72223250
HSL0.530.950.63
HSV189°71°98°
CMYK 0.710.110.00   0.02
XYZ46.315561.055299.7862
Yxy61.05520.22360.2947
Hunter Lab78.1378-30.9369-21.0200
CIE-Lab82.4084-30.7153-24.5978

#48dffa color RGB value is (72,223,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11011111 11111010
Octal 110 337 372
Decimal 72 223 250
Hex 48 DF FA

RGB Percentages of Color #48dffa

%13.21
%40.92
%45.87

CMYK Percentages of Color #48dffa

%71
%11
%0
%2

Triadic Colors of #48dffa

#48dffa #fa48df #dffa48

Analogous Colors of #48dffa

#48dffa #4886fa #48fabc

Monochromatic Colors of #48dffa

#48dffa

Complementary Color

#48dffa #fa6348

#48dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#48dffa Color CSS Codes

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

#48dffa Text Font Color

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

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


#48dffa Background Color

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

This div background color is #48dffa


#48dffa Border Color

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

This div border color is #48dffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48dffa


Comments

No comments written yet.

Please login to write comment.