Color Hex Logo

#4fcffa Color Hex

#4FCFFA
(79,207,250)
0 Favorites   0 Comments

Color spaces of #4fcffa

RGB 79207250
HSL0.540.940.65
HSV195°68°98°
CMYK 0.680.170.00   0.02
XYZ42.792653.190098.4538
Yxy53.19000.22010.2736
Hunter Lab72.9315-22.8951-28.9865
CIE-Lab77.9870-21.8978-31.3523

#4fcffa color RGB value is (79,207,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001111 11111010
Octal 117 317 372
Decimal 79 207 250
Hex 4F CF FA

RGB Percentages of Color #4fcffa

%14.74
%38.62
%46.64

CMYK Percentages of Color #4fcffa

%68
%17
%0
%2

Triadic Colors of #4fcffa

#4fcffa #fa4fcf #cffa4f

Analogous Colors of #4fcffa

#4fcffa #4f7afa #4ffad0

Monochromatic Colors of #4fcffa

#4fcffa

Complementary Color

#4fcffa #fa7a4f

#4fcffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcffa Color CSS Codes

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

#4fcffa Text Font Color

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

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


#4fcffa Background Color

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

This div background color is #4fcffa


#4fcffa Border Color

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

This div border color is #4fcffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcffa


Comments

No comments written yet.

Please login to write comment.