Color Hex Logo

#4ffbce Color Hex

#4FFBCE
(79,251,206)
0 Favorites   0 Comments

Color spaces of #4ffbce

RGB 79251206
HSL0.460.960.65
HSV164°69°98°
CMYK 0.690.000.18   0.02
XYZ48.862275.112970.3154
Yxy75.11290.25150.3866
Hunter Lab86.6677-51.032312.5641
CIE-Lab89.4459-53.96588.9303

#4ffbce color RGB value is (79,251,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111011 11001110
Octal 117 373 316
Decimal 79 251 206
Hex 4F FB CE

RGB Percentages of Color #4ffbce

%14.74
%46.83
%38.43

CMYK Percentages of Color #4ffbce

%69
%0
%18
%2

Triadic Colors of #4ffbce

#4ffbce #ce4ffb #fbce4f

Analogous Colors of #4ffbce

#4ffbce #4fd2fb #4ffb78

Monochromatic Colors of #4ffbce

#4ffbce

Complementary Color

#4ffbce #fb4f7c

#4ffbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ffbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ffbce Color CSS Codes

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

#4ffbce Text Font Color

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

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


#4ffbce Background Color

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

This div background color is #4ffbce


#4ffbce Border Color

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

This div border color is #4ffbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ffbce


Comments

No comments written yet.

Please login to write comment.