Color Hex Logo

#48ebfc Color Hex

#48EBFC
(72,235,252)
0 Favorites   0 Comments

Color spaces of #48ebfc

RGB 72235252
HSL0.520.970.64
HSV186°71°99°
CMYK 0.710.070.00   0.01
XYZ49.951567.8227102.5538
Yxy67.82270.22670.3078
Hunter Lab82.3545-35.8527-16.1840
CIE-Lab85.9177-35.8037-20.3270

#48ebfc color RGB value is (72,235,252).

#48ebfc hex color red value is 72, green value is 235 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #48ebfc hue: 0.52 , saturation: 0.97 and the lightness value of 48ebfc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11101011 11111100
Octal 110 353 374
Decimal 72 235 252
Hex 48 EB FC

RGB Percentages of Color #48ebfc

%12.88
%42.04
%45.08

CMYK Percentages of Color #48ebfc

%71
%7
%0
%1

Triadic Colors of #48ebfc

#48ebfc #fc48eb #ebfc48

Analogous Colors of #48ebfc

#48ebfc #4891fc #48fcb3

Monochromatic Colors of #48ebfc

#48ebfc

Complementary Color

#48ebfc #fc5948

#48ebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ebfc Color CSS Codes

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

#48ebfc Text Font Color

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

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


#48ebfc Background Color

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

This div background color is #48ebfc


#48ebfc Border Color

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

This div border color is #48ebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ebfc


Comments

No comments written yet.

Please login to write comment.