Color Hex Logo

#489aba Color Hex

#489ABA
(72,154,186)
0 Favorites   0 Comments

Color spaces of #489aba

RGB 72154186
HSL0.550.450.51
HSV197°61°73°
CMYK 0.610.170.00   0.27
XYZ23.091028.034150.6485
Yxy28.03410.22690.2755
Hunter Lab52.9472-14.8114-19.6528
CIE-Lab59.9195-15.2512-24.0687

#489aba color RGB value is (72,154,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011010 10111010
Octal 110 232 272
Decimal 72 154 186
Hex 48 9A BA

RGB Percentages of Color #489aba

%17.48
%37.38
%45.15

CMYK Percentages of Color #489aba

%61
%17
%0
%27

Triadic Colors of #489aba

#489aba #ba489a #9aba48

Analogous Colors of #489aba

#489aba #4861ba #48baa1

Monochromatic Colors of #489aba

#489aba

Complementary Color

#489aba #ba6848

#489aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#489aba Color CSS Codes

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

#489aba Text Font Color

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

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


#489aba Background Color

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

This div background color is #489aba


#489aba Border Color

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

This div border color is #489aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489aba


Comments

No comments written yet.

Please login to write comment.