Color Hex Logo

#498edc Color Hex

#498EDC
(73,142,220)
0 Favorites   0 Comments

Color spaces of #498edc

RGB 73142220
HSL0.590.680.57
HSV212°67°86°
CMYK 0.670.350.00   0.14
XYZ25.338925.929871.3796
Yxy25.92980.20660.2114
Hunter Lab50.9213-0.2891-47.4656
CIE-Lab57.97042.9626-46.2055

#498edc color RGB value is (73,142,220).

#498edc hex color red value is 73, green value is 142 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #498edc hue: 0.59 , saturation: 0.68 and the lightness value of 498edc is 0.57.

The process color (four color CMYK) of #498edc color hex is 0.67, 0.35, 0.00, 0.14. Web safe color of #498edc is #3399cc. Color #498edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001110 11011100
Octal 111 216 334
Decimal 73 142 220
Hex 49 8E DC

RGB Percentages of Color #498edc

%16.78
%32.64
%50.57

CMYK Percentages of Color #498edc

%67
%35
%0
%14

Triadic Colors of #498edc

#498edc #dc498e #8edc49

Analogous Colors of #498edc

#498edc #4d49dc #49d8dc

Monochromatic Colors of #498edc

#498edc

Complementary Color

#498edc #dc9749

#498edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#498edc Color CSS Codes

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

#498edc Text Font Color

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

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


#498edc Background Color

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

This div background color is #498edc


#498edc Border Color

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

This div border color is #498edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498edc


Comments

No comments written yet.

Please login to write comment.