Color Hex Logo

#489dae Color Hex

#489DAE
(72,157,174)
0 Favorites   0 Comments

Color spaces of #489dae

RGB 72157174
HSL0.530.410.48
HSV190°59°68°
CMYK 0.590.100.00   0.32
XYZ22.369428.547744.3757
Yxy28.54770.23470.2996
Hunter Lab53.4300-18.7705-11.8416
CIE-Lab60.3804-20.5219-16.5928

#489dae color RGB value is (72,157,174).

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

The process color (four color CMYK) of #489dae color hex is 0.59, 0.10, 0.00, 0.32. Web safe color of #489dae is #339999. Color #489dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011101 10101110
Octal 110 235 256
Decimal 72 157 174
Hex 48 9D AE

RGB Percentages of Color #489dae

%17.87
%38.96
%43.18

CMYK Percentages of Color #489dae

%59
%10
%0
%32

Triadic Colors of #489dae

#489dae #ae489d #9dae48

Analogous Colors of #489dae

#489dae #486aae #48ae8c

Monochromatic Colors of #489dae

#489dae

Complementary Color

#489dae #ae5948

#489dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#489dae Color CSS Codes

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

#489dae Text Font Color

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

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


#489dae Background Color

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

This div background color is #489dae


#489dae Border Color

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

This div border color is #489dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489dae


Comments

No comments written yet.

Please login to write comment.