Color Hex Logo

#489dac Color Hex

#489DAC
(72,157,172)
0 Favorites   0 Comments

Color spaces of #489dac

RGB 72157172
HSL0.530.410.48
HSV189°58°67°
CMYK 0.580.090.00   0.33
XYZ22.175928.470243.3562
Yxy28.47020.23590.3029
Hunter Lab53.3575-19.1892-10.8265
CIE-Lab60.3112-21.1164-15.5677

#489dac color RGB value is (72,157,172).

#489dac hex color red value is 72, green value is 157 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #489dac hue: 0.53 , saturation: 0.41 and the lightness value of 489dac is 0.48.

The process color (four color CMYK) of #489dac color hex is 0.58, 0.09, 0.00, 0.33. Web safe color of #489dac is #339999. Color #489dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011101 10101100
Octal 110 235 254
Decimal 72 157 172
Hex 48 9D AC

RGB Percentages of Color #489dac

%17.96
%39.15
%42.89

CMYK Percentages of Color #489dac

%58
%9
%0
%33

Triadic Colors of #489dac

#489dac #ac489d #9dac48

Analogous Colors of #489dac

#489dac #486bac #48ac89

Monochromatic Colors of #489dac

#489dac

Complementary Color

#489dac #ac5748

#489dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#489dac Color CSS Codes

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

#489dac Text Font Color

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

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


#489dac Background Color

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

This div background color is #489dac


#489dac Border Color

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

This div border color is #489dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489dac


Comments

No comments written yet.

Please login to write comment.