Color Hex Logo

#48fafd Color Hex

#48FAFD
(72,250,253)
0 Favorites   0 Comments

Color spaces of #48fafd

RGB 72250253
HSL0.500.980.64
HSV181°72°99°
CMYK 0.720.010.00   0.01
XYZ54.587776.8408104.8832
Yxy76.84080.23100.3252
Hunter Lab87.6589-42.2460-9.5788
CIE-Lab90.2483-42.3541-14.3337

#48fafd color RGB value is (72,250,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 11111010 11111101
Octal 110 372 375
Decimal 72 250 253
Hex 48 FA FD

RGB Percentages of Color #48fafd

%12.52
%43.48
%44.00

CMYK Percentages of Color #48fafd

%72
%1
%0
%1

Triadic Colors of #48fafd

#48fafd #fd48fa #fafd48

Analogous Colors of #48fafd

#48fafd #48a0fd #48fda6

Monochromatic Colors of #48fafd

#48fafd

Complementary Color

#48fafd #fd4b48

#48fafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48fafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#48fafd Color CSS Codes

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

#48fafd Text Font Color

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

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


#48fafd Background Color

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

This div background color is #48fafd


#48fafd Border Color

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

This div border color is #48fafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48fafd

Related Colors


Comments

No comments written yet.

Please login to write comment.