Color Hex Logo

#48acfd Color Hex

#48ACFD
(72,172,253)
0 Favorites   0 Comments

Color spaces of #48acfd

RGB 72172253
HSL0.570.980.64
HSV207°72°99°
CMYK 0.720.320.00   0.01
XYZ35.154637.974698.4055
Yxy37.97460.20490.2214
Hunter Lab61.6235-6.0116-51.5426
CIE-Lab68.0019-3.1679-48.5365

#48acfd color RGB value is (72,172,253).

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

The process color (four color CMYK) of #48acfd color hex is 0.72, 0.32, 0.00, 0.01. Web safe color of #48acfd is #3399ff. Color #48acfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101100 11111101
Octal 110 254 375
Decimal 72 172 253
Hex 48 AC FD

RGB Percentages of Color #48acfd

%14.49
%34.61
%50.91

CMYK Percentages of Color #48acfd

%72
%32
%0
%1

Triadic Colors of #48acfd

#48acfd #fd48ac #acfd48

Analogous Colors of #48acfd

#48acfd #4852fd #48fdf4

Monochromatic Colors of #48acfd

#48acfd

Complementary Color

#48acfd #fd9948

#48acfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48acfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#48acfd Color CSS Codes

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

#48acfd Text Font Color

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

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


#48acfd Background Color

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

This div background color is #48acfd


#48acfd Border Color

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

This div border color is #48acfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48acfd


Comments

No comments written yet.

Please login to write comment.