Color Hex Logo

#489aab Color Hex

#489AAB
(72,154,171)
0 Favorites   0 Comments

Color spaces of #489aab

RGB 72154171
HSL0.530.410.48
HSV190°58°67°
CMYK 0.580.100.00   0.33
XYZ21.578827.429242.6851
Yxy27.42920.23530.2991
Hunter Lab52.3729-18.1066-11.6617
CIE-Lab59.3695-19.8453-16.4282

#489aab color RGB value is (72,154,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011010 10101011
Octal 110 232 253
Decimal 72 154 171
Hex 48 9A AB

RGB Percentages of Color #489aab

%18.14
%38.79
%43.07

CMYK Percentages of Color #489aab

%58
%10
%0
%33

Triadic Colors of #489aab

#489aab #ab489a #9aab48

Analogous Colors of #489aab

#489aab #4869ab #48ab8b

Monochromatic Colors of #489aab

#489aab

Complementary Color

#489aab #ab5948

#489aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#489aab Color CSS Codes

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

#489aab Text Font Color

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

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


#489aab Background Color

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

This div background color is #489aab


#489aab Border Color

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

This div border color is #489aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489aab


Comments

No comments written yet.

Please login to write comment.