Color Hex Logo

#48abff Color Hex

#48ABFF
(72,171,255)
0 Favorites   0 Comments

Color spaces of #48abff

RGB 72171255
HSL0.581.000.64
HSV208°72°100°
CMYK 0.720.330.00   0.00
XYZ35.285437.7235100.0294
Yxy37.72350.20390.2180
Hunter Lab61.4195-4.9360-53.5677
CIE-Lab67.8163-1.9235-49.9143

#48abff color RGB value is (72,171,255).

#48abff hex color red value is 72, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #48abff hue: 0.58 , saturation: 1.00 and the lightness value of 48abff is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101011 11111111
Octal 110 253 377
Decimal 72 171 255
Hex 48 AB FF

RGB Percentages of Color #48abff

%14.46
%34.34
%51.20

CMYK Percentages of Color #48abff

%72
%33
%0
%0

Triadic Colors of #48abff

#48abff #ff48ab #abff48

Analogous Colors of #48abff

#48abff #4850ff #48fff8

Monochromatic Colors of #48abff

#48abff

Complementary Color

#48abff #ff9c48

#48abff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48abff Color Preview on White Background

Lorem ipsum dolor sit amet.

#48abff Color CSS Codes

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

#48abff Text Font Color

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

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


#48abff Background Color

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

This div background color is #48abff


#48abff Border Color

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

This div border color is #48abff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48abff

Related Colors


Comments

No comments written yet.

Please login to write comment.