Color Hex Logo

#4fadfa Color Hex

#4FADFA
(79,173,250)
0 Favorites   0 Comments

Color spaces of #4fadfa

RGB 79173250
HSL0.580.940.65
HSV207°68°98°
CMYK 0.680.310.00   0.02
XYZ35.423338.451595.9974
Yxy38.45150.20850.2264
Hunter Lab62.0093-6.5467-48.3812
CIE-Lab68.3521-3.7652-46.3424

#4fadfa color RGB value is (79,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101101 11111010
Octal 117 255 372
Decimal 79 173 250
Hex 4F AD FA

RGB Percentages of Color #4fadfa

%15.74
%34.46
%49.80

CMYK Percentages of Color #4fadfa

%68
%31
%0
%2

Triadic Colors of #4fadfa

#4fadfa #fa4fad #adfa4f

Analogous Colors of #4fadfa

#4fadfa #4f58fa #4ffaf2

Monochromatic Colors of #4fadfa

#4fadfa

Complementary Color

#4fadfa #fa9c4f

#4fadfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fadfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fadfa Color CSS Codes

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

#4fadfa Text Font Color

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

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


#4fadfa Background Color

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

This div background color is #4fadfa


#4fadfa Border Color

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

This div border color is #4fadfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fadfa

Related Colors


Comments

No comments written yet.

Please login to write comment.