Color Hex Logo

#489acc Color Hex

#489ACC
(72,154,204)
0 Favorites   0 Comments

Color spaces of #489acc

RGB 72154204
HSL0.560.560.54
HSV203°65°80°
CMYK 0.650.250.00   0.20
XYZ25.127228.848661.3707
Yxy28.84860.21780.2501
Hunter Lab53.7109-10.4876-30.1478
CIE-Lab60.6478-9.4767-33.0564

#489acc color RGB value is (72,154,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011010 11001100
Octal 110 232 314
Decimal 72 154 204
Hex 48 9A CC

RGB Percentages of Color #489acc

%16.74
%35.81
%47.44

CMYK Percentages of Color #489acc

%65
%25
%0
%20

Triadic Colors of #489acc

#489acc #cc489a #9acc48

Analogous Colors of #489acc

#489acc #4858cc #48ccbc

Monochromatic Colors of #489acc

#489acc

Complementary Color

#489acc #cc7a48

#489acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#489acc Color CSS Codes

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

#489acc Text Font Color

<p style="color:#489acc">Text here</p>

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


#489acc Background Color

<div style="background-color:#489acc">
Div content here</div>

This div background color is #489acc


#489acc Border Color

<div style="border:3px solid #489acc">
Div here</div>

This div border color is #489acc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,154,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 #489acc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489acc


Comments

No comments written yet.

Please login to write comment.