Color Hex Logo

#498efc Color Hex

#498EFC
(73,142,252)
0 Favorites   0 Comments

Color spaces of #498efc

RGB 73142252
HSL0.600.970.64
HSV217°71°99°
CMYK 0.710.440.00   0.01
XYZ29.991327.790795.8789
Yxy27.79070.19520.1809
Hunter Lab52.71699.2963-70.9319
CIE-Lab59.699214.1100-61.1822

#498efc color RGB value is (73,142,252).

#498efc hex color red value is 73, green value is 142 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #498efc hue: 0.60 , saturation: 0.97 and the lightness value of 498efc is 0.64.

The process color (four color CMYK) of #498efc color hex is 0.71, 0.44, 0.00, 0.01. Web safe color of #498efc is #3399ff. Color #498efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001110 11111100
Octal 111 216 374
Decimal 73 142 252
Hex 49 8E FC

RGB Percentages of Color #498efc

%15.63
%30.41
%53.96

CMYK Percentages of Color #498efc

%71
%44
%0
%1

Triadic Colors of #498efc

#498efc #fc498e #8efc49

Analogous Colors of #498efc

#498efc #5d49fc #49e8fc

Monochromatic Colors of #498efc

#498efc

Complementary Color

#498efc #fcb749

#498efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#498efc Color CSS Codes

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

#498efc Text Font Color

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

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


#498efc Background Color

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

This div background color is #498efc


#498efc Border Color

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

This div border color is #498efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498efc

Related Colors


Comments

No comments written yet.

Please login to write comment.