Color Hex Logo

#489acd Color Hex

#489ACD
(72,154,205)
0 Favorites   0 Comments

Color spaces of #489acd

RGB 72154205
HSL0.560.570.54
HSV203°65°80°
CMYK 0.650.250.00   0.20
XYZ25.247528.896762.0045
Yxy28.89670.21740.2488
Hunter Lab53.7557-10.2360-30.7591
CIE-Lab60.6904-9.1490-33.5497

#489acd color RGB value is (72,154,205).

#489acd hex color red value is 72, green value is 154 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #489acd hue: 0.56 , saturation: 0.57 and the lightness value of 489acd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011010 11001101
Octal 110 232 315
Decimal 72 154 205
Hex 48 9A CD

RGB Percentages of Color #489acd

%16.71
%35.73
%47.56

CMYK Percentages of Color #489acd

%65
%25
%0
%20

Triadic Colors of #489acd

#489acd #cd489a #9acd48

Analogous Colors of #489acd

#489acd #4858cd #48cdbe

Monochromatic Colors of #489acd

#489acd

Complementary Color

#489acd #cd7b48

#489acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#489acd Color CSS Codes

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

#489acd Text Font Color

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

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


#489acd Background Color

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

This div background color is #489acd


#489acd Border Color

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

This div border color is #489acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489acd


Comments

No comments written yet.

Please login to write comment.