Color Hex Logo

#48aefb Color Hex

#48AEFB
(72,174,251)
0 Favorites   0 Comments

Color spaces of #48aefb

RGB 72174251
HSL0.570.960.63
HSV206°71°98°
CMYK 0.710.310.00   0.02
XYZ35.221138.614996.8638
Yxy38.61490.20630.2262
Hunter Lab62.1409-7.5738-48.9213
CIE-Lab68.4714-4.9654-46.7119

#48aefb color RGB value is (72,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101110 11111011
Octal 110 256 373
Decimal 72 174 251
Hex 48 AE FB

RGB Percentages of Color #48aefb

%14.49
%35.01
%50.50

CMYK Percentages of Color #48aefb

%71
%31
%0
%2

Triadic Colors of #48aefb

#48aefb #fb48ae #aefb48

Analogous Colors of #48aefb

#48aefb #4855fb #48fbef

Monochromatic Colors of #48aefb

#48aefb

Complementary Color

#48aefb #fb9548

#48aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48aefb Color CSS Codes

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

#48aefb Text Font Color

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

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


#48aefb Background Color

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

This div background color is #48aefb


#48aefb Border Color

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

This div border color is #48aefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48aefb


Comments

No comments written yet.

Please login to write comment.