Color Hex Logo

#489abd Color Hex

#489ABD
(72,154,189)
0 Favorites   0 Comments

Color spaces of #489abd

RGB 72154189
HSL0.550.470.51
HSV198°62°74°
CMYK 0.620.190.00   0.26
XYZ23.413428.163052.3461
Yxy28.16300.22530.2710
Hunter Lab53.0688-14.1181-21.3344
CIE-Lab60.0357-14.3067-25.5808

#489abd color RGB value is (72,154,189).

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

The process color (four color CMYK) of #489abd color hex is 0.62, 0.19, 0.00, 0.26. Web safe color of #489abd is #3399cc. Color #489abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011010 10111101
Octal 110 232 275
Decimal 72 154 189
Hex 48 9A BD

RGB Percentages of Color #489abd

%17.35
%37.11
%45.54

CMYK Percentages of Color #489abd

%62
%19
%0
%26

Triadic Colors of #489abd

#489abd #bd489a #9abd48

Analogous Colors of #489abd

#489abd #485fbd #48bda6

Monochromatic Colors of #489abd

#489abd

Complementary Color

#489abd #bd6b48

#489abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#489abd Color CSS Codes

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

#489abd Text Font Color

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

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


#489abd Background Color

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

This div background color is #489abd


#489abd Border Color

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

This div border color is #489abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489abd


Comments

No comments written yet.

Please login to write comment.