Color Hex Logo

#4496fd Color Hex

#4496FD
(68,150,253)
0 Favorites   0 Comments

Color spaces of #4496fd

RGB 68150253
HSL0.590.980.63
HSV213°73°99°
CMYK 0.730.410.00   0.01
XYZ31.019930.133597.1099
Yxy30.13350.19600.1904
Hunter Lab54.89404.8036-66.4608
CIE-Lab61.76929.0352-58.4301

#4496fd color RGB value is (68,150,253).

#4496fd hex color red value is 68, green value is 150 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4496fd hue: 0.59 , saturation: 0.98 and the lightness value of 4496fd is 0.63.

The process color (four color CMYK) of #4496fd color hex is 0.73, 0.41, 0.00, 0.01. Web safe color of #4496fd is #3399ff. Color #4496fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10010110 11111101
Octal 104 226 375
Decimal 68 150 253
Hex 44 96 FD

RGB Percentages of Color #4496fd

%14.44
%31.85
%53.72

CMYK Percentages of Color #4496fd

%73
%41
%0
%1

Triadic Colors of #4496fd

#4496fd #fd4496 #96fd44

Analogous Colors of #4496fd

#4496fd #4f44fd #44f3fd

Monochromatic Colors of #4496fd

#4496fd

Complementary Color

#4496fd #fdab44

#4496fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4496fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4496fd Color CSS Codes

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

#4496fd Text Font Color

<p style="color:#4496fd">Text here</p>

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


#4496fd Background Color

<div style="background-color:#4496fd">
Div content here</div>

This div background color is #4496fd


#4496fd Border Color

<div style="border:3px solid #4496fd">
Div here</div>

This div border color is #4496fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,150,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4496fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4496fd;
  -webkit-box-shadow: 1px 1px 3px 2px #4496fd;
  box-shadow:         1px 1px 3px 2px #4496fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,150,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 #4496fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4496fd


Comments

No comments written yet.

Please login to write comment.