Color Hex Logo

#48ecfe Color Hex

#48ECFE
(72,236,254)
0 Favorites   0 Comments

Color spaces of #48ecfe

RGB 72236254
HSL0.520.990.64
HSV186°72°100°
CMYK 0.720.070.00   0.00
XYZ50.557368.5244104.3278
Yxy68.52440.22630.3067
Hunter Lab82.7795-35.8457-16.7782
CIE-Lab86.2680-35.6889-20.8470

#48ecfe color RGB value is (72,236,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11101100 11111110
Octal 110 354 376
Decimal 72 236 254
Hex 48 EC FE

RGB Percentages of Color #48ecfe

%12.81
%41.99
%45.20

CMYK Percentages of Color #48ecfe

%72
%7
%0
%0

Triadic Colors of #48ecfe

#48ecfe #fe48ec #ecfe48

Analogous Colors of #48ecfe

#48ecfe #4891fe #48feb5

Monochromatic Colors of #48ecfe

#48ecfe

Complementary Color

#48ecfe #fe5a48

#48ecfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48ecfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#48ecfe Color CSS Codes

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

#48ecfe Text Font Color

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

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


#48ecfe Background Color

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

This div background color is #48ecfe


#48ecfe Border Color

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

This div border color is #48ecfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48ecfe


Comments

No comments written yet.

Please login to write comment.