Color Hex Logo

#4fffef Color Hex

#4FFFEF
(79,255,239)
0 Favorites   0 Comments

Color spaces of #4fffef

RGB 79255239
HSL0.481.000.65
HSV175°69°100°
CMYK 0.690.000.06   0.00
XYZ54.564479.414394.1140
Yxy79.41430.23920.3482
Hunter Lab89.1147-46.6562-0.2359
CIE-Lab91.4214-47.4698-5.3052

#4fffef color RGB value is (79,255,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111111 11101111
Octal 117 377 357
Decimal 79 255 239
Hex 4F FF EF

RGB Percentages of Color #4fffef

%13.79
%44.50
%41.71

CMYK Percentages of Color #4fffef

%69
%0
%6
%0

Triadic Colors of #4fffef

#4fffef #ef4fff #ffef4f

Analogous Colors of #4fffef

#4fffef #4fb7ff #4fff97

Monochromatic Colors of #4fffef

#4fffef

Complementary Color

#4fffef #ff4f5f

#4fffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fffef Color CSS Codes

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

#4fffef Text Font Color

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

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


#4fffef Background Color

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

This div background color is #4fffef


#4fffef Border Color

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

This div border color is #4fffef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fffef

#4fffef Color Palettes


Comments

No comments written yet.

Please login to write comment.