Color Hex Logo

#489dba Color Hex

#489DBA
(72,157,186)
0 Favorites   0 Comments

Color spaces of #489dba

RGB 72157186
HSL0.540.450.51
HSV195°61°73°
CMYK 0.610.160.00   0.27
XYZ23.592429.036850.8156
Yxy29.03680.22810.2807
Hunter Lab53.8858-16.1489-18.1918
CIE-Lab60.8141-16.8650-22.6966

#489dba color RGB value is (72,157,186).

#489dba hex color red value is 72, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #489dba hue: 0.54 , saturation: 0.45 and the lightness value of 489dba is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011101 10111010
Octal 110 235 272
Decimal 72 157 186
Hex 48 9D BA

RGB Percentages of Color #489dba

%17.35
%37.83
%44.82

CMYK Percentages of Color #489dba

%61
%16
%0
%27

Triadic Colors of #489dba

#489dba #ba489d #9dba48

Analogous Colors of #489dba

#489dba #4864ba #48ba9e

Monochromatic Colors of #489dba

#489dba

Complementary Color

#489dba #ba6548

#489dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#489dba Color CSS Codes

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

#489dba Text Font Color

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

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


#489dba Background Color

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

This div background color is #489dba


#489dba Border Color

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

This div border color is #489dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489dba


Comments

No comments written yet.

Please login to write comment.