Color Hex Logo

#489ccc Color Hex

#489CCC
(72,156,204)
0 Favorites   0 Comments

Color spaces of #489ccc

RGB 72156204
HSL0.560.560.54
HSV202°65°80°
CMYK 0.650.240.00   0.20
XYZ25.460029.514361.4817
Yxy29.51430.21860.2534
Hunter Lab54.3271-11.4196-29.0693
CIE-Lab61.2329-10.5881-32.1471

#489ccc color RGB value is (72,156,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011100 11001100
Octal 110 234 314
Decimal 72 156 204
Hex 48 9C CC

RGB Percentages of Color #489ccc

%16.67
%36.11
%47.22

CMYK Percentages of Color #489ccc

%65
%24
%0
%20

Triadic Colors of #489ccc

#489ccc #cc489c #9ccc48

Analogous Colors of #489ccc

#489ccc #485acc #48ccba

Monochromatic Colors of #489ccc

#489ccc

Complementary Color

#489ccc #cc7848

#489ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#489ccc Color CSS Codes

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

#489ccc Text Font Color

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

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


#489ccc Background Color

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

This div background color is #489ccc


#489ccc Border Color

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

This div border color is #489ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489ccc


Comments

No comments written yet.

Please login to write comment.