Color Hex Logo

#489cdb Color Hex

#489CDB
(72,156,219)
0 Favorites   0 Comments

Color spaces of #489cdb

RGB 72156219
HSL0.570.670.57
HSV206°67°86°
CMYK 0.670.290.00   0.14
XYZ27.347130.269171.4190
Yxy30.26910.21190.2346
Hunter Lab55.0174-7.5546-38.4532
CIE-Lab61.8857-5.6279-39.4869

#489cdb color RGB value is (72,156,219).

#489cdb hex color red value is 72, green value is 156 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #489cdb hue: 0.57 , saturation: 0.67 and the lightness value of 489cdb is 0.57.

The process color (four color CMYK) of #489cdb color hex is 0.67, 0.29, 0.00, 0.14. Web safe color of #489cdb is #3399cc. Color #489cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011100 11011011
Octal 110 234 333
Decimal 72 156 219
Hex 48 9C DB

RGB Percentages of Color #489cdb

%16.11
%34.90
%48.99

CMYK Percentages of Color #489cdb

%67
%29
%0
%14

Triadic Colors of #489cdb

#489cdb #db489c #9cdb48

Analogous Colors of #489cdb

#489cdb #4852db #48dbd1

Monochromatic Colors of #489cdb

#489cdb

Complementary Color

#489cdb #db8748

#489cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#489cdb Color CSS Codes

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

#489cdb Text Font Color

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

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


#489cdb Background Color

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

This div background color is #489cdb


#489cdb Border Color

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

This div border color is #489cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489cdb


Comments

No comments written yet.

Please login to write comment.