Color Hex Logo

#4fbbfa Color Hex

#4FBBFA
(79,187,250)
0 Favorites   0 Comments

Color spaces of #4fbbfa

RGB 79187250
HSL0.560.940.65
HSV202°68°98°
CMYK 0.680.250.00   0.02
XYZ38.250144.105096.9396
Yxy44.10500.21330.2460
Hunter Lab66.4116-13.4123-40.0562
CIE-Lab72.2986-11.4488-40.1633

#4fbbfa color RGB value is (79,187,250).

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

The process color (four color CMYK) of #4fbbfa color hex is 0.68, 0.25, 0.00, 0.02. Web safe color of #4fbbfa is #66ccff. Color #4fbbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111011 11111010
Octal 117 273 372
Decimal 79 187 250
Hex 4F BB FA

RGB Percentages of Color #4fbbfa

%15.31
%36.24
%48.45

CMYK Percentages of Color #4fbbfa

%68
%25
%0
%2

Triadic Colors of #4fbbfa

#4fbbfa #fa4fbb #bbfa4f

Analogous Colors of #4fbbfa

#4fbbfa #4f66fa #4ffae4

Monochromatic Colors of #4fbbfa

#4fbbfa

Complementary Color

#4fbbfa #fa8e4f

#4fbbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbbfa Color CSS Codes

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

#4fbbfa Text Font Color

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

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


#4fbbfa Background Color

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

This div background color is #4fbbfa


#4fbbfa Border Color

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

This div border color is #4fbbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbbfa


Comments

No comments written yet.

Please login to write comment.