Color Hex Logo

#48aacc Color Hex

#48AACC
(72,170,204)
0 Favorites   0 Comments

Color spaces of #48aacc

RGB 72170204
HSL0.540.560.54
HSV195°65°80°
CMYK 0.650.170.00   0.20
XYZ27.946334.486862.3104
Yxy34.48680.22400.2765
Hunter Lab58.7255-17.8249-21.8016
CIE-Lab65.3471-18.1544-25.7930

#48aacc color RGB value is (72,170,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10101010 11001100
Octal 110 252 314
Decimal 72 170 204
Hex 48 AA CC

RGB Percentages of Color #48aacc

%16.14
%38.12
%45.74

CMYK Percentages of Color #48aacc

%65
%17
%0
%20

Triadic Colors of #48aacc

#48aacc #cc48aa #aacc48

Analogous Colors of #48aacc

#48aacc #4868cc #48ccac

Monochromatic Colors of #48aacc

#48aacc

Complementary Color

#48aacc #cc6a48

#48aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#48aacc Color CSS Codes

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

#48aacc Text Font Color

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

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


#48aacc Background Color

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

This div background color is #48aacc


#48aacc Border Color

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

This div border color is #48aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48aacc


Comments

No comments written yet.

Please login to write comment.