Color Hex Logo

#48aad5 Color Hex

#48AAD5
(72,170,213)
0 Favorites   0 Comments

Color spaces of #48aad5

RGB 72170213
HSL0.550.630.56
HSV198°66°84°
CMYK 0.660.200.00   0.16
XYZ29.057534.931368.1617
Yxy34.93130.21990.2643
Hunter Lab59.1027-15.6713-27.0058
CIE-Lab65.6951-15.3049-30.2358

#48aad5 color RGB value is (72,170,213).

#48aad5 hex color red value is 72, green value is 170 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #48aad5 hue: 0.55 , saturation: 0.63 and the lightness value of 48aad5 is 0.56.

The process color (four color CMYK) of #48aad5 color hex is 0.66, 0.20, 0.00, 0.16. Web safe color of #48aad5 is #3399cc. Color #48aad5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101010 11010101
Octal 110 252 325
Decimal 72 170 213
Hex 48 AA D5

RGB Percentages of Color #48aad5

%15.82
%37.36
%46.81

CMYK Percentages of Color #48aad5

%66
%20
%0
%16

Triadic Colors of #48aad5

#48aad5 #d548aa #aad548

Analogous Colors of #48aad5

#48aad5 #4864d5 #48d5ba

Monochromatic Colors of #48aad5

#48aad5

Complementary Color

#48aad5 #d57348

#48aad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48aad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#48aad5 Color CSS Codes

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

#48aad5 Text Font Color

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

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


#48aad5 Background Color

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

This div background color is #48aad5


#48aad5 Border Color

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

This div border color is #48aad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48aad5


Comments

No comments written yet.

Please login to write comment.