Color Hex Logo

#4fcafa Color Hex

#4FCAFA
(79,202,250)
0 Favorites   0 Comments

Color spaces of #4fcafa

RGB 79202250
HSL0.550.940.65
HSV197°68°98°
CMYK 0.680.190.00   0.02
XYZ41.600350.805598.0563
Yxy50.80550.21840.2667
Hunter Lab71.2780-20.5577-31.6700
CIE-Lab76.5610-19.3439-33.5503

#4fcafa color RGB value is (79,202,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001010 11111010
Octal 117 312 372
Decimal 79 202 250
Hex 4F CA FA

RGB Percentages of Color #4fcafa

%14.88
%38.04
%47.08

CMYK Percentages of Color #4fcafa

%68
%19
%0
%2

Triadic Colors of #4fcafa

#4fcafa #fa4fca #cafa4f

Analogous Colors of #4fcafa

#4fcafa #4f75fa #4ffad5

Monochromatic Colors of #4fcafa

#4fcafa

Complementary Color

#4fcafa #fa7f4f

#4fcafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcafa Color CSS Codes

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

#4fcafa Text Font Color

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

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


#4fcafa Background Color

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

This div background color is #4fcafa


#4fcafa Border Color

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

This div border color is #4fcafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcafa

Related Colors


Comments

No comments written yet.

Please login to write comment.