Color Hex Logo

#498def Color Hex

#498DEF
(73,141,239)
0 Favorites   0 Comments

Color spaces of #498def

RGB 73141239
HSL0.600.840.61
HSV215°69°94°
CMYK 0.690.410.00   0.06
XYZ27.852526.698285.3466
Yxy26.69820.19910.1908
Hunter Lab51.67035.7961-61.7633
CIE-Lab58.693910.1508-55.6221

#498def color RGB value is (73,141,239).

#498def hex color red value is 73, green value is 141 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #498def hue: 0.60 , saturation: 0.84 and the lightness value of 498def is 0.61.

The process color (four color CMYK) of #498def color hex is 0.69, 0.41, 0.00, 0.06. Web safe color of #498def is #3399ff. Color #498def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001101 11101111
Octal 111 215 357
Decimal 73 141 239
Hex 49 8D EF

RGB Percentages of Color #498def

%16.11
%31.13
%52.76

CMYK Percentages of Color #498def

%69
%41
%0
%6

Triadic Colors of #498def

#498def #ef498d #8def49

Analogous Colors of #498def

#498def #5849ef #49e0ef

Monochromatic Colors of #498def

#498def

Complementary Color

#498def #efab49

#498def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498def Color Preview on White Background

Lorem ipsum dolor sit amet.

#498def Color CSS Codes

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

#498def Text Font Color

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

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


#498def Background Color

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

This div background color is #498def


#498def Border Color

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

This div border color is #498def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,141,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498def


Comments

No comments written yet.

Please login to write comment.