color codes Logo

#48aafc color codes

#48AAFC
(72,170,252)
0 Favorites   0 Comments

Color spaces of #48aafc

RGB 72170252
HSL0.580.970.64
HSV207°71°99°
CMYK 0.710.330.00   0.01
XYZ34.617937.155497.4426
Yxy37.15540.20460.2196
Hunter Lab60.9552-5.2973-52.1119
CIE-Lab67.3935-2.3812-48.9527

#48aafc color RGB value is (72,170,252).

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

The process color (four color CMYK) of #48aafc color code is 0.71, 0.33, 0.00, 0.01. Web safe color of #48aafc is #3399ff. Color #48aafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101010 11111100
Octal 110 252 374
Decimal 72 170 252
Hex 48 AA FC

RGB Percentages of Color #48aafc

%14.57
%34.41
%51.01

CMYK Percentages of Color #48aafc

%71
%33
%0
%1

Triadic Colors of #48aafc

#48aafc #fc48aa #aafc48

Analogous Colors of #48aafc

#48aafc #4850fc #48fcf4

Monochromatic Colors of #48aafc

#48aafc

Complementary Color

#48aafc #fc9a48

#48aafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48aafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#48aafc Color CSS Codes

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

#48aafc Text Font Color

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

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


#48aafc Background Color

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

This div background color is #48aafc


#48aafc Border Color

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

This div border color is #48aafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48aafc


Comments

No comments written yet.

Please login to write comment.