Color Hex Logo

#4f98fd Color Hex

#4F98FD
(79,152,253)
0 Favorites   0 Comments

Color spaces of #4f98fd

RGB 79152253
HSL0.600.980.65
HSV215°69°99°
CMYK 0.690.400.00   0.01
XYZ32.182331.210697.2566
Yxy31.21060.20030.1943
Hunter Lab55.86645.0600-64.1101
CIE-Lab62.68509.3352-56.9480

#4f98fd color RGB value is (79,152,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10011000 11111101
Octal 117 230 375
Decimal 79 152 253
Hex 4F 98 FD

RGB Percentages of Color #4f98fd

%16.32
%31.40
%52.27

CMYK Percentages of Color #4f98fd

%69
%40
%0
%1

Triadic Colors of #4f98fd

#4f98fd #fd4f98 #98fd4f

Analogous Colors of #4f98fd

#4f98fd #5d4ffd #4feffd

Monochromatic Colors of #4f98fd

#4f98fd

Complementary Color

#4f98fd #fdb44f

#4f98fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f98fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f98fd Color CSS Codes

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

#4f98fd Text Font Color

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

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


#4f98fd Background Color

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

This div background color is #4f98fd


#4f98fd Border Color

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

This div border color is #4f98fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f98fd

Related Colors


Comments

No comments written yet.

Please login to write comment.