Color Hex Logo

#4ffdfa Color Hex

#4FFDFA
(79,253,250)
0 Favorites   0 Comments

Color spaces of #4ffdfa

RGB 79253250
HSL0.500.980.65
HSV179°69°99°
CMYK 0.690.000.01   0.01
XYZ55.605078.8150102.7246
Yxy78.81500.23450.3323
Hunter Lab88.7778-43.5597-6.4599
CIE-Lab91.1505-43.6771-11.4137

#4ffdfa color RGB value is (79,253,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111101 11111010
Octal 117 375 372
Decimal 79 253 250
Hex 4F FD FA

RGB Percentages of Color #4ffdfa

%13.57
%43.47
%42.96

CMYK Percentages of Color #4ffdfa

%69
%0
%1
%1

Triadic Colors of #4ffdfa

#4ffdfa #fa4ffd #fdfa4f

Analogous Colors of #4ffdfa

#4ffdfa #4fa9fd #4ffda3

Monochromatic Colors of #4ffdfa

#4ffdfa

Complementary Color

#4ffdfa #fd4f52

#4ffdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ffdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ffdfa Color CSS Codes

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

#4ffdfa Text Font Color

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

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


#4ffdfa Background Color

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

This div background color is #4ffdfa


#4ffdfa Border Color

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

This div border color is #4ffdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ffdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.