Color Hex Logo

#48aadb Color Hex

#48AADB
(72,170,219)
1 Favorites   0 Comments

Color spaces of #48aadb

RGB 72170219
HSL0.560.670.57
HSV200°67°86°
CMYK 0.670.220.00   0.14
XYZ29.833435.241672.2478
Yxy35.24160.21730.2566
Hunter Lab59.3646-14.1838-30.6017
CIE-Lab65.9363-13.3728-33.1726

#48aadb color RGB value is (72,170,219).

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

The process color (four color CMYK) of #48aadb color hex is 0.67, 0.22, 0.00, 0.14. Web safe color of #48aadb is #3399cc. Color #48aadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101010 11011011
Octal 110 252 333
Decimal 72 170 219
Hex 48 AA DB

RGB Percentages of Color #48aadb

%15.62
%36.88
%47.51

CMYK Percentages of Color #48aadb

%67
%22
%0
%14

Triadic Colors of #48aadb

#48aadb #db48aa #aadb48

Analogous Colors of #48aadb

#48aadb #4860db #48dbc3

Monochromatic Colors of #48aadb

#48aadb

Complementary Color

#48aadb #db7948

#48aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#48aadb Color CSS Codes

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

#48aadb Text Font Color

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

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


#48aadb Background Color

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

This div background color is #48aadb


#48aadb Border Color

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

This div border color is #48aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48aadb


Comments

No comments written yet.

Please login to write comment.