Color Hex Logo

#4ffefb Color Hex

#4FFEFB
(79,254,251)
0 Favorites   0 Comments

Color spaces of #4ffefb

RGB 79254251
HSL0.500.990.65
HSV179°69°100°
CMYK 0.690.000.01   0.00
XYZ56.078879.5109103.6583
Yxy79.51090.23440.3323
Hunter Lab89.1689-43.7859-6.5061
CIE-Lab91.4650-43.8480-11.4640

#4ffefb color RGB value is (79,254,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111110 11111011
Octal 117 376 373
Decimal 79 254 251
Hex 4F FE FB

RGB Percentages of Color #4ffefb

%13.53
%43.49
%42.98

CMYK Percentages of Color #4ffefb

%69
%0
%1
%0

Triadic Colors of #4ffefb

#4ffefb #fb4ffe #fefb4f

Analogous Colors of #4ffefb

#4ffefb #4faafe #4ffea4

Monochromatic Colors of #4ffefb

#4ffefb

Complementary Color

#4ffefb #fe4f52

#4ffefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ffefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ffefb Color CSS Codes

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

#4ffefb Text Font Color

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

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


#4ffefb Background Color

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

This div background color is #4ffefb


#4ffefb Border Color

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

This div border color is #4ffefb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,254,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4ffefb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ffefb

Related Colors


Comments

No comments written yet.

Please login to write comment.