Color Hex Logo

#489cdd Color Hex

#489CDD
(72,156,221)
0 Favorites   0 Comments

Color spaces of #489cdd

RGB 72156221
HSL0.570.690.57
HSV206°67°87°
CMYK 0.670.290.00   0.13
XYZ27.612130.375172.8143
Yxy30.37510.21110.2322
Hunter Lab55.1136-7.0197-39.7525
CIE-Lab61.9765-4.9565-40.4546

#489cdd color RGB value is (72,156,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011100 11011101
Octal 110 234 335
Decimal 72 156 221
Hex 48 9C DD

RGB Percentages of Color #489cdd

%16.04
%34.74
%49.22

CMYK Percentages of Color #489cdd

%67
%29
%0
%13

Triadic Colors of #489cdd

#489cdd #dd489c #9cdd48

Analogous Colors of #489cdd

#489cdd #4851dd #48ddd4

Monochromatic Colors of #489cdd

#489cdd

Complementary Color

#489cdd #dd8948

#489cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#489cdd Color CSS Codes

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

#489cdd Text Font Color

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

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


#489cdd Background Color

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

This div background color is #489cdd


#489cdd Border Color

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

This div border color is #489cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489cdd


Comments

No comments written yet.

Please login to write comment.