Color Hex Logo

#4fefef Color Hex

#4FEFEF
(79,239,239)
0 Favorites   0 Comments

Color spaces of #4fefef

RGB 79239239
HSL0.500.830.62
HSV180°67°94°
CMYK 0.670.000.00   0.06
XYZ49.670969.627392.4828
Yxy69.62730.23450.3288
Hunter Lab83.4430-39.7699-7.3031
CIE-Lab86.8137-40.4229-12.1423

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

#4fefef hex color red value is 79, green value is 239 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4fefef hue: 0.50 , saturation: 0.83 and the lightness value of 4fefef is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11101111 11101111
Octal 117 357 357
Decimal 79 239 239
Hex 4F EF EF

RGB Percentages of Color #4fefef

%14.18
%42.91
%42.91

CMYK Percentages of Color #4fefef

%67
%0
%0
%6

Triadic Colors of #4fefef

#4fefef #ef4fef #efef4f

Analogous Colors of #4fefef

#4fefef #4f9fef #4fef9f

Monochromatic Colors of #4fefef

#4fefef

Complementary Color

#4fefef #ef4f4f

#4fefef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fefef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fefef Color CSS Codes

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

#4fefef Text Font Color

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

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


#4fefef Background Color

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

This div background color is #4fefef


#4fefef Border Color

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

This div border color is #4fefef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fefef


Comments

No comments written yet.

Please login to write comment.