Color Hex Logo

#489daa Color Hex

#489DAA
(72,157,170)
0 Favorites   0 Comments

Color spaces of #489daa

RGB 72157170
HSL0.520.400.47
HSV188°58°67°
CMYK 0.580.080.00   0.33
XYZ21.985228.393942.3520
Yxy28.39390.23710.3062
Hunter Lab53.2859-19.6032-9.8239
CIE-Lab60.2429-21.7072-14.5405

#489daa color RGB value is (72,157,170).

#489daa hex color red value is 72, green value is 157 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #489daa hue: 0.52 , saturation: 0.40 and the lightness value of 489daa is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011101 10101010
Octal 110 235 252
Decimal 72 157 170
Hex 48 9D AA

RGB Percentages of Color #489daa

%18.05
%39.35
%42.61

CMYK Percentages of Color #489daa

%58
%8
%0
%33

Triadic Colors of #489daa

#489daa #aa489d #9daa48

Analogous Colors of #489daa

#489daa #486caa #48aa86

Monochromatic Colors of #489daa

#489daa

Complementary Color

#489daa #aa5548

#489daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#489daa Color CSS Codes

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

#489daa Text Font Color

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

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


#489daa Background Color

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

This div background color is #489daa


#489daa Border Color

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

This div border color is #489daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489daa


Comments

No comments written yet.

Please login to write comment.