Color Hex Logo

#489abc Color Hex

#489ABC
(72,154,188)
0 Favorites   0 Comments

Color spaces of #489abc

RGB 72154188
HSL0.550.460.51
HSV198°62°74°
CMYK 0.620.180.00   0.26
XYZ23.305228.119851.7763
Yxy28.11980.22580.2725
Hunter Lab53.0281-14.3506-20.7707
CIE-Lab59.9968-14.6226-25.0773

#489abc color RGB value is (72,154,188).

#489abc hex color red value is 72, green value is 154 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #489abc hue: 0.55 , saturation: 0.46 and the lightness value of 489abc is 0.51.

The process color (four color CMYK) of #489abc color hex is 0.62, 0.18, 0.00, 0.26. Web safe color of #489abc is #3399cc. Color #489abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011010 10111100
Octal 110 232 274
Decimal 72 154 188
Hex 48 9A BC

RGB Percentages of Color #489abc

%17.39
%37.20
%45.41

CMYK Percentages of Color #489abc

%62
%18
%0
%26

Triadic Colors of #489abc

#489abc #bc489a #9abc48

Analogous Colors of #489abc

#489abc #4860bc #48bca4

Monochromatic Colors of #489abc

#489abc

Complementary Color

#489abc #bc6a48

#489abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#489abc Color CSS Codes

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

#489abc Text Font Color

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

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


#489abc Background Color

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

This div background color is #489abc


#489abc Border Color

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

This div border color is #489abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489abc


Comments

No comments written yet.

Please login to write comment.