Color Hex Logo

#498ceb Color Hex

#498CEB
(73,140,235)
0 Favorites   0 Comments

Color spaces of #498ceb

RGB 73140235
HSL0.600.800.60
HSV215°69°92°
CMYK 0.690.400.00   0.08
XYZ27.121126.170882.2193
Yxy26.17080.20010.1931
Hunter Lab51.15745.1063-59.4797
CIE-Lab58.19889.3521-54.1953

#498ceb color RGB value is (73,140,235).

#498ceb hex color red value is 73, green value is 140 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #498ceb hue: 0.60 , saturation: 0.80 and the lightness value of 498ceb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001100 11101011
Octal 111 214 353
Decimal 73 140 235
Hex 49 8C EB

RGB Percentages of Color #498ceb

%16.29
%31.25
%52.46

CMYK Percentages of Color #498ceb

%69
%40
%0
%8

Triadic Colors of #498ceb

#498ceb #eb498c #8ceb49

Analogous Colors of #498ceb

#498ceb #5749eb #49ddeb

Monochromatic Colors of #498ceb

#498ceb

Complementary Color

#498ceb #eba849

#498ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#498ceb Color CSS Codes

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

#498ceb Text Font Color

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

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


#498ceb Background Color

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

This div background color is #498ceb


#498ceb Border Color

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

This div border color is #498ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498ceb


Comments

No comments written yet.

Please login to write comment.