Color Hex Logo

#48b6fe Color Hex

#48B6FE
(72,182,254)
0 Favorites   0 Comments

Color spaces of #48b6fe

RGB 72182254
HSL0.570.990.64
HSV204°72°100°
CMYK 0.720.280.00   0.00
XYZ37.289841.989499.9053
Yxy41.98940.20810.2343
Hunter Lab64.7992-10.6778-46.0519
CIE-Lab70.8636-8.3789-44.5799

#48b6fe color RGB value is (72,182,254).

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

The process color (four color CMYK) of #48b6fe color hex is 0.72, 0.28, 0.00, 0.00. Web safe color of #48b6fe is #33ccff. Color #48b6fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10110110 11111110
Octal 110 266 376
Decimal 72 182 254
Hex 48 B6 FE

RGB Percentages of Color #48b6fe

%14.17
%35.83
%50.00

CMYK Percentages of Color #48b6fe

%72
%28
%0
%0

Triadic Colors of #48b6fe

#48b6fe #fe48b6 #b6fe48

Analogous Colors of #48b6fe

#48b6fe #485bfe #48feeb

Monochromatic Colors of #48b6fe

#48b6fe

Complementary Color

#48b6fe #fe9048

#48b6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48b6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#48b6fe Color CSS Codes

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

#48b6fe Text Font Color

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

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


#48b6fe Background Color

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

This div background color is #48b6fe


#48b6fe Border Color

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

This div border color is #48b6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48b6fe

Related Colors


Comments

No comments written yet.

Please login to write comment.