Color Hex Logo

#4facfa Color Hex

#4FACFA
(79,172,250)
0 Favorites   0 Comments

Color spaces of #4facfa

RGB 79172250
HSL0.580.940.65
HSV207°68°98°
CMYK 0.680.310.00   0.02
XYZ35.232338.069495.9337
Yxy38.06940.20820.2249
Hunter Lab61.7004-6.0482-48.9956
CIE-Lab68.0717-3.2047-46.7833

#4facfa color RGB value is (79,172,250).

#4facfa hex color red value is 79, green value is 172 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4facfa hue: 0.58 , saturation: 0.94 and the lightness value of 4facfa is 0.65.

The process color (four color CMYK) of #4facfa color hex is 0.68, 0.31, 0.00, 0.02. Web safe color of #4facfa is #6699ff. Color #4facfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101100 11111010
Octal 117 254 372
Decimal 79 172 250
Hex 4F AC FA

RGB Percentages of Color #4facfa

%15.77
%34.33
%49.90

CMYK Percentages of Color #4facfa

%68
%31
%0
%2

Triadic Colors of #4facfa

#4facfa #fa4fac #acfa4f

Analogous Colors of #4facfa

#4facfa #4f57fa #4ffaf3

Monochromatic Colors of #4facfa

#4facfa

Complementary Color

#4facfa #fa9d4f

#4facfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4facfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4facfa Color CSS Codes

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

#4facfa Text Font Color

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

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


#4facfa Background Color

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

This div background color is #4facfa


#4facfa Border Color

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

This div border color is #4facfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,172,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4facfa

Related Colors


Comments

No comments written yet.

Please login to write comment.