Color Hex Logo

#48fcfe Color Hex

#48FCFE
(72,252,254)
0 Favorites   0 Comments

Color spaces of #48fcfe

RGB 72252254
HSL0.500.990.64
HSV181°72°100°
CMYK 0.720.010.00   0.00
XYZ55.372378.1543105.9328
Yxy78.15430.23120.3264
Hunter Lab88.4049-42.9054-9.1619
CIE-Lab90.8503-42.9670-13.9525

#48fcfe color RGB value is (72,252,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111100 11111110
Octal 110 374 376
Decimal 72 252 254
Hex 48 FC FE

RGB Percentages of Color #48fcfe

%12.46
%43.60
%43.94

CMYK Percentages of Color #48fcfe

%72
%1
%0
%0

Triadic Colors of #48fcfe

#48fcfe #fe48fc #fcfe48

Analogous Colors of #48fcfe

#48fcfe #48a1fe #48fea5

Monochromatic Colors of #48fcfe

#48fcfe

Complementary Color

#48fcfe #fe4a48

#48fcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48fcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#48fcfe Color CSS Codes

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

#48fcfe Text Font Color

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

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


#48fcfe Background Color

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

This div background color is #48fcfe


#48fcfe Border Color

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

This div border color is #48fcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48fcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.