Color Hex Logo

#48eff7 Color Hex

#48EFF7
(72,239,247)
0 Favorites   0 Comments

Color spaces of #48eff7

RGB 72239247
HSL0.510.920.63
HSV183°71°97°
CMYK 0.710.030.00   0.03
XYZ50.327569.826198.8209
Yxy69.82610.22980.3189
Hunter Lab83.5620-38.7270-11.6233
CIE-Lab86.9115-39.0774-16.2054

#48eff7 color RGB value is (72,239,247).

#48eff7 hex color red value is 72, green value is 239 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #48eff7 hue: 0.51 , saturation: 0.92 and the lightness value of 48eff7 is 0.63.

The process color (four color CMYK) of #48eff7 color hex is 0.71, 0.03, 0.00, 0.03. Web safe color of #48eff7 is #33ffff. Color #48eff7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 11101111 11110111
Octal 110 357 367
Decimal 72 239 247
Hex 48 EF F7

RGB Percentages of Color #48eff7

%12.90
%42.83
%44.27

CMYK Percentages of Color #48eff7

%71
%3
%0
%3

Triadic Colors of #48eff7

#48eff7 #f748ef #eff748

Analogous Colors of #48eff7

#48eff7 #4898f7 #48f7a8

Monochromatic Colors of #48eff7

#48eff7

Complementary Color

#48eff7 #f75048

#48eff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48eff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48eff7 Color CSS Codes

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

#48eff7 Text Font Color

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

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


#48eff7 Background Color

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

This div background color is #48eff7


#48eff7 Border Color

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

This div border color is #48eff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48eff7


Comments

No comments written yet.

Please login to write comment.