Color Hex Logo

#498aee Color Hex

#498AEE
(73,138,238)
0 Favorites   0 Comments

Color spaces of #498aee

RGB 73138238
HSL0.600.830.61
HSV216°69°93°
CMYK 0.690.420.00   0.07
XYZ27.268725.766584.4251
Yxy25.76650.19840.1874
Hunter Lab50.76077.0591-63.0785
CIE-Lab57.814711.6036-56.4718

#498aee color RGB value is (73,138,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001010 11101110
Octal 111 212 356
Decimal 73 138 238
Hex 49 8A EE

RGB Percentages of Color #498aee

%16.26
%30.73
%53.01

CMYK Percentages of Color #498aee

%69
%42
%0
%7

Triadic Colors of #498aee

#498aee #ee498a #8aee49

Analogous Colors of #498aee

#498aee #5b49ee #49ddee

Monochromatic Colors of #498aee

#498aee

Complementary Color

#498aee #eead49

#498aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#498aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#498aee Color CSS Codes

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

#498aee Text Font Color

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

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


#498aee Background Color

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

This div background color is #498aee


#498aee Border Color

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

This div border color is #498aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #498aee


Comments

No comments written yet.

Please login to write comment.