Color Hex Logo

#4ffbed Color Hex

#4FFBED
(79,251,237)
0 Favorites   0 Comments

Color spaces of #4ffbed

RGB 79251237
HSL0.490.960.65
HSV175°69°98°
CMYK 0.690.000.06   0.02
XYZ53.007776.771092.1453
Yxy76.77100.23890.3459
Hunter Lab87.6191-45.3446-1.0195
CIE-Lab90.2161-46.2646-6.0455

#4ffbed color RGB value is (79,251,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111011 11101101
Octal 117 373 355
Decimal 79 251 237
Hex 4F FB ED

RGB Percentages of Color #4ffbed

%13.93
%44.27
%41.80

CMYK Percentages of Color #4ffbed

%69
%0
%6
%2

Triadic Colors of #4ffbed

#4ffbed #ed4ffb #fbed4f

Analogous Colors of #4ffbed

#4ffbed #4fb3fb #4ffb97

Monochromatic Colors of #4ffbed

#4ffbed

Complementary Color

#4ffbed #fb4f5d

#4ffbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ffbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ffbed Color CSS Codes

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

#4ffbed Text Font Color

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

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


#4ffbed Background Color

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

This div background color is #4ffbed


#4ffbed Border Color

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

This div border color is #4ffbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ffbed

Related Colors

#4ffbed Color Palettes


Comments

No comments written yet.

Please login to write comment.