Color Hex Logo

#498ecf Color Hex

#498ECF
(73,142,207)
0 Favorites   0 Comments

Color spaces of #498ecf

RGB 73142207
HSL0.580.580.55
HSV209°65°81°
CMYK 0.650.310.00   0.19
XYZ23.683125.267562.6604
Yxy25.26750.21220.2264
Hunter Lab50.2668-3.8669-38.7216
CIE-Lab57.3351-1.4674-39.9171

#498ecf color RGB value is (73,142,207).

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

The process color (four color CMYK) of #498ecf color hex is 0.65, 0.31, 0.00, 0.19. Web safe color of #498ecf is #3399cc. Color #498ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001110 11001111
Octal 111 216 317
Decimal 73 142 207
Hex 49 8E CF

RGB Percentages of Color #498ecf

%17.30
%33.65
%49.05

CMYK Percentages of Color #498ecf

%65
%31
%0
%19

Triadic Colors of #498ecf

#498ecf #cf498e #8ecf49

Analogous Colors of #498ecf

#498ecf #494bcf #49cfcd

Monochromatic Colors of #498ecf

#498ecf

Complementary Color

#498ecf #cf8a49

#498ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#498ecf Color CSS Codes

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

#498ecf Text Font Color

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

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


#498ecf Background Color

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

This div background color is #498ecf


#498ecf Border Color

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

This div border color is #498ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498ecf


Comments

No comments written yet.

Please login to write comment.