Color Hex Logo

#4ffffa Color Hex

#4FFFFA
(79,255,250)
0 Favorites   0 Comments

Color spaces of #4ffffa

RGB 79255250
HSL0.501.000.65
HSV178°69°100°
CMYK 0.690.000.02   0.00
XYZ56.239880.0844102.9362
Yxy80.08440.23510.3347
Hunter Lab89.4899-44.4292-5.5557
CIE-Lab91.7227-44.5581-10.5617

#4ffffa color RGB value is (79,255,250).

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

The process color (four color CMYK) of #4ffffa color hex is 0.69, 0.00, 0.02, 0.00. Web safe color of #4ffffa is #66ffff. Color #4ffffa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111111 11111010
Octal 117 377 372
Decimal 79 255 250
Hex 4F FF FA

RGB Percentages of Color #4ffffa

%13.53
%43.66
%42.81

CMYK Percentages of Color #4ffffa

%69
%0
%2
%0

Triadic Colors of #4ffffa

#4ffffa #fa4fff #fffa4f

Analogous Colors of #4ffffa

#4ffffa #4facff #4fffa2

Monochromatic Colors of #4ffffa

#4ffffa

Complementary Color

#4ffffa #ff4f54

#4ffffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ffffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ffffa Color CSS Codes

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

#4ffffa Text Font Color

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

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


#4ffffa Background Color

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

This div background color is #4ffffa


#4ffffa Border Color

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

This div border color is #4ffffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ffffa

Related Colors


Comments

No comments written yet.

Please login to write comment.