Color Hex Logo

#498fec Color Hex

#498FEC
(73,143,236)
0 Favorites   0 Comments

Color spaces of #498fec

RGB 73143236
HSL0.600.810.61
HSV214°69°93°
CMYK 0.690.390.00   0.07
XYZ27.710427.117583.1306
Yxy27.11750.20090.1966
Hunter Lab52.07453.8549-58.1972
CIE-Lab59.08297.9084-53.3414

#498fec color RGB value is (73,143,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001111 11101100
Octal 111 217 354
Decimal 73 143 236
Hex 49 8F EC

RGB Percentages of Color #498fec

%16.15
%31.64
%52.21

CMYK Percentages of Color #498fec

%69
%39
%0
%7

Triadic Colors of #498fec

#498fec #ec498f #8fec49

Analogous Colors of #498fec

#498fec #5549ec #49e1ec

Monochromatic Colors of #498fec

#498fec

Complementary Color

#498fec #eca649

#498fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#498fec Color CSS Codes

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

#498fec Text Font Color

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

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


#498fec Background Color

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

This div background color is #498fec


#498fec Border Color

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

This div border color is #498fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498fec


Comments

No comments written yet.

Please login to write comment.