Color Hex Logo

#489abb Color Hex

#489ABB
(72,154,187)
0 Favorites   0 Comments

Color spaces of #489abb

RGB 72154187
HSL0.550.460.51
HSV197°61°73°
CMYK 0.610.180.00   0.27
XYZ23.197728.076851.2104
Yxy28.07680.22640.2740
Hunter Lab52.9875-14.5817-20.2102
CIE-Lab59.9581-14.9375-24.5733

#489abb color RGB value is (72,154,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011010 10111011
Octal 110 232 273
Decimal 72 154 187
Hex 48 9A BB

RGB Percentages of Color #489abb

%17.43
%37.29
%45.28

CMYK Percentages of Color #489abb

%61
%18
%0
%27

Triadic Colors of #489abb

#489abb #bb489a #9abb48

Analogous Colors of #489abb

#489abb #4861bb #48bba3

Monochromatic Colors of #489abb

#489abb

Complementary Color

#489abb #bb6948

#489abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#489abb Color CSS Codes

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

#489abb Text Font Color

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

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


#489abb Background Color

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

This div background color is #489abb


#489abb Border Color

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

This div border color is #489abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489abb


Comments

No comments written yet.

Please login to write comment.