Color Hex Logo

#48aadc Color Hex

#48AADC
(72,170,220)
0 Favorites   0 Comments

Color spaces of #48aadc

RGB 72170220
HSL0.560.680.57
HSV200°67°86°
CMYK 0.670.230.00   0.14
XYZ29.965535.294572.9433
Yxy35.29450.21680.2554
Hunter Lab59.4092-13.9321-31.2106
CIE-Lab65.9773-13.0486-33.6600

#48aadc color RGB value is (72,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101010 11011100
Octal 110 252 334
Decimal 72 170 220
Hex 48 AA DC

RGB Percentages of Color #48aadc

%15.58
%36.80
%47.62

CMYK Percentages of Color #48aadc

%67
%23
%0
%14

Triadic Colors of #48aadc

#48aadc #dc48aa #aadc48

Analogous Colors of #48aadc

#48aadc #4860dc #48dcc4

Monochromatic Colors of #48aadc

#48aadc

Complementary Color

#48aadc #dc7a48

#48aadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48aadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#48aadc Color CSS Codes

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

#48aadc Text Font Color

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

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


#48aadc Background Color

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

This div background color is #48aadc


#48aadc Border Color

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

This div border color is #48aadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48aadc


Comments

No comments written yet.

Please login to write comment.