Color Hex Logo

#498acd Color Hex

#498ACD
(73,138,205)
0 Favorites   0 Comments

Color spaces of #498acd

RGB 73138205
HSL0.580.570.55
HSV210°64°80°
CMYK 0.640.330.00   0.20
XYZ22.855624.001261.1857
Yxy24.00120.21150.2221
Hunter Lab48.9910-2.4593-39.7546
CIE-Lab56.08900.1959-40.7502

#498acd color RGB value is (73,138,205).

#498acd hex color red value is 73, green value is 138 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #498acd hue: 0.58 , saturation: 0.57 and the lightness value of 498acd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001010 11001101
Octal 111 212 315
Decimal 73 138 205
Hex 49 8A CD

RGB Percentages of Color #498acd

%17.55
%33.17
%49.28

CMYK Percentages of Color #498acd

%64
%33
%0
%20

Triadic Colors of #498acd

#498acd #cd498a #8acd49

Analogous Colors of #498acd

#498acd #4a49cd #49cccd

Monochromatic Colors of #498acd

#498acd

Complementary Color

#498acd #cd8c49

#498acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#498acd Color CSS Codes

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

#498acd Text Font Color

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

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


#498acd Background Color

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

This div background color is #498acd


#498acd Border Color

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

This div border color is #498acd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,138,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 #498acd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498acd


Comments

No comments written yet.

Please login to write comment.