Color Hex Logo

#49aefd Color Hex

#49AEFD
(73,174,253)
0 Favorites   0 Comments

Color spaces of #49aefd

RGB 73174253
HSL0.570.980.64
HSV206°71°99°
CMYK 0.710.310.00   0.01
XYZ35.613338.780498.5369
Yxy38.78040.20590.2243
Hunter Lab62.2739-6.8985-50.2237
CIE-Lab68.5919-4.1568-47.6053

#49aefd color RGB value is (73,174,253).

#49aefd hex color red value is 73, green value is 174 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #49aefd hue: 0.57 , saturation: 0.98 and the lightness value of 49aefd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101110 11111101
Octal 111 256 375
Decimal 73 174 253
Hex 49 AE FD

RGB Percentages of Color #49aefd

%14.60
%34.80
%50.60

CMYK Percentages of Color #49aefd

%71
%31
%0
%1

Triadic Colors of #49aefd

#49aefd #fd49ae #aefd49

Analogous Colors of #49aefd

#49aefd #4954fd #49fdf2

Monochromatic Colors of #49aefd

#49aefd

Complementary Color

#49aefd #fd9849

#49aefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49aefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#49aefd Color CSS Codes

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

#49aefd Text Font Color

<p style="color:#49aefd">Text here</p>

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


#49aefd Background Color

<div style="background-color:#49aefd">
Div content here</div>

This div background color is #49aefd


#49aefd Border Color

<div style="border:3px solid #49aefd">
Div here</div>

This div border color is #49aefd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,174,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49aefd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49aefd;
  -webkit-box-shadow: 1px 1px 3px 2px #49aefd;
  box-shadow:         1px 1px 3px 2px #49aefd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49aefd


Comments

No comments written yet.

Please login to write comment.