Color Hex Logo

#489cbd Color Hex

#489CBD
(72,156,189)
1 Favorites   0 Comments

Color spaces of #489cbd

RGB 72156189
HSL0.550.470.51
HSV197°62°74°
CMYK 0.620.170.00   0.26
XYZ23.746328.828852.4571
Yxy28.82880.22610.2745
Hunter Lab53.6925-15.0175-20.3411
CIE-Lab60.6302-15.3908-24.6664

#489cbd color RGB value is (72,156,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011100 10111101
Octal 110 234 275
Decimal 72 156 189
Hex 48 9C BD

RGB Percentages of Color #489cbd

%17.27
%37.41
%45.32

CMYK Percentages of Color #489cbd

%62
%17
%0
%26

Triadic Colors of #489cbd

#489cbd #bd489c #9cbd48

Analogous Colors of #489cbd

#489cbd #4862bd #48bda4

Monochromatic Colors of #489cbd

#489cbd

Complementary Color

#489cbd #bd6948

#489cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#489cbd Color CSS Codes

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

#489cbd Text Font Color

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

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


#489cbd Background Color

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

This div background color is #489cbd


#489cbd Border Color

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

This div border color is #489cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,156,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 #489cbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489cbd


Comments

No comments written yet.

Please login to write comment.