Color Hex Logo

#489abf Color Hex

#489ABF
(72,154,191)
0 Favorites   0 Comments

Color spaces of #489abf

RGB 72154191
HSL0.550.480.52
HSV199°62°75°
CMYK 0.620.190.00   0.25
XYZ23.632128.250553.4976
Yxy28.25050.22430.2681
Hunter Lab53.1512-13.6499-22.4706
CIE-Lab60.1144-13.6729-26.5857

#489abf color RGB value is (72,154,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011010 10111111
Octal 110 232 277
Decimal 72 154 191
Hex 48 9A BF

RGB Percentages of Color #489abf

%17.27
%36.93
%45.80

CMYK Percentages of Color #489abf

%62
%19
%0
%25

Triadic Colors of #489abf

#489abf #bf489a #9abf48

Analogous Colors of #489abf

#489abf #485ebf #48bfa9

Monochromatic Colors of #489abf

#489abf

Complementary Color

#489abf #bf6d48

#489abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#489abf Color CSS Codes

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

#489abf Text Font Color

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

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


#489abf Background Color

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

This div background color is #489abf


#489abf Border Color

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

This div border color is #489abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489abf

#489abf Color Palettes


Comments

No comments written yet.

Please login to write comment.