Color Hex Logo

#48faff Color Hex

#48FAFF
(72,250,255)
0 Favorites   0 Comments

Color spaces of #48faff

RGB 72250255
HSL0.501.000.64
HSV182°72°100°
CMYK 0.720.020.00   0.00
XYZ54.908176.9689106.5703
Yxy76.96890.23030.3228
Hunter Lab87.7319-41.8144-10.6088
CIE-Lab90.3073-41.7969-15.2854

#48faff color RGB value is (72,250,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111010 11111111
Octal 110 372 377
Decimal 72 250 255
Hex 48 FA FF

RGB Percentages of Color #48faff

%12.48
%43.33
%44.19

CMYK Percentages of Color #48faff

%72
%2
%0
%0

Triadic Colors of #48faff

#48faff #ff48fa #faff48

Analogous Colors of #48faff

#48faff #489fff #48ffa9

Monochromatic Colors of #48faff

#48faff

Complementary Color

#48faff #ff4d48

#48faff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48faff Color Preview on White Background

Lorem ipsum dolor sit amet.

#48faff Color CSS Codes

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

#48faff Text Font Color

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

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


#48faff Background Color

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

This div background color is #48faff


#48faff Border Color

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

This div border color is #48faff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48faff

Related Colors


Comments

No comments written yet.

Please login to write comment.