Color Hex Logo

#4f96fd Color Hex

#4F96FD
(79,150,253)
0 Favorites   0 Comments

Color spaces of #4f96fd

RGB 79150253
HSL0.600.980.65
HSV216°69°99°
CMYK 0.690.410.00   0.01
XYZ31.860430.566897.1493
Yxy30.56680.19970.1915
Hunter Lab55.28726.1116-65.4818
CIE-Lab62.140210.5176-57.8165

#4f96fd color RGB value is (79,150,253).

#4f96fd hex color red value is 79, green value is 150 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #4f96fd hue: 0.60 , saturation: 0.98 and the lightness value of 4f96fd is 0.65.

The process color (four color CMYK) of #4f96fd color hex is 0.69, 0.41, 0.00, 0.01. Web safe color of #4f96fd is #6699ff. Color #4f96fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10010110 11111101
Octal 117 226 375
Decimal 79 150 253
Hex 4F 96 FD

RGB Percentages of Color #4f96fd

%16.39
%31.12
%52.49

CMYK Percentages of Color #4f96fd

%69
%41
%0
%1

Triadic Colors of #4f96fd

#4f96fd #fd4f96 #96fd4f

Analogous Colors of #4f96fd

#4f96fd #5f4ffd #4fedfd

Monochromatic Colors of #4f96fd

#4f96fd

Complementary Color

#4f96fd #fdb64f

#4f96fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f96fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f96fd Color CSS Codes

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

#4f96fd Text Font Color

<p style="color:#4f96fd">Text here</p>

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


#4f96fd Background Color

<div style="background-color:#4f96fd">
Div content here</div>

This div background color is #4f96fd


#4f96fd Border Color

<div style="border:3px solid #4f96fd">
Div here</div>

This div border color is #4f96fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f96fd


Comments

No comments written yet.

Please login to write comment.