Color Hex Logo

#48aefd Color Hex

#48AEFD
(72,174,253)
0 Favorites   0 Comments

Color spaces of #48aefd

RGB 72174253
HSL0.570.980.64
HSV206°72°99°
CMYK 0.720.310.00   0.01
XYZ35.538238.741798.5333
Yxy38.74170.20560.2242
Hunter Lab62.2428-7.0085-50.2888
CIE-Lab68.5637-4.2890-47.6514

#48aefd color RGB value is (72,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101110 11111101
Octal 110 256 375
Decimal 72 174 253
Hex 48 AE FD

RGB Percentages of Color #48aefd

%14.43
%34.87
%50.70

CMYK Percentages of Color #48aefd

%72
%31
%0
%1

Triadic Colors of #48aefd

#48aefd #fd48ae #aefd48

Analogous Colors of #48aefd

#48aefd #4853fd #48fdf2

Monochromatic Colors of #48aefd

#48aefd

Complementary Color

#48aefd #fd9748

#48aefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48aefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#48aefd Color CSS Codes

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

#48aefd Text Font Color

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

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


#48aefd Background Color

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

This div background color is #48aefd


#48aefd Border Color

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

This div border color is #48aefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48aefd

Related Colors


Comments

No comments written yet.

Please login to write comment.