Color Hex Logo

#4fe6fa Color Hex

#4FE6FA
(79,230,250)
0 Favorites   0 Comments

Color spaces of #4fe6fa

RGB 79230250
HSL0.520.940.65
HSV187°68°98°
CMYK 0.680.080.00   0.02
XYZ48.776665.1580100.4484
Yxy65.15800.22750.3039
Hunter Lab80.7205-33.3995-17.2760
CIE-Lab84.5651-33.1621-21.3082

#4fe6fa color RGB value is (79,230,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11100110 11111010
Octal 117 346 372
Decimal 79 230 250
Hex 4F E6 FA

RGB Percentages of Color #4fe6fa

%14.13
%41.14
%44.72

CMYK Percentages of Color #4fe6fa

%68
%8
%0
%2

Triadic Colors of #4fe6fa

#4fe6fa #fa4fe6 #e6fa4f

Analogous Colors of #4fe6fa

#4fe6fa #4f91fa #4ffab9

Monochromatic Colors of #4fe6fa

#4fe6fa

Complementary Color

#4fe6fa #fa634f

#4fe6fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fe6fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fe6fa Color CSS Codes

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

#4fe6fa Text Font Color

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

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


#4fe6fa Background Color

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

This div background color is #4fe6fa


#4fe6fa Border Color

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

This div border color is #4fe6fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fe6fa


Comments

No comments written yet.

Please login to write comment.