Color Hex Logo

#4ffbcf Color Hex

#4FFBCF
(79,251,207)
0 Favorites   0 Comments

Color spaces of #4ffbcf

RGB 79251207
HSL0.460.960.65
HSV165°69°98°
CMYK 0.690.000.18   0.02
XYZ48.984175.161670.9574
Yxy75.16160.25110.3852
Hunter Lab86.6958-50.863112.1603
CIE-Lab89.4686-53.73128.4451

#4ffbcf color RGB value is (79,251,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111011 11001111
Octal 117 373 317
Decimal 79 251 207
Hex 4F FB CF

RGB Percentages of Color #4ffbcf

%14.71
%46.74
%38.55

CMYK Percentages of Color #4ffbcf

%69
%0
%18
%2

Triadic Colors of #4ffbcf

#4ffbcf #cf4ffb #fbcf4f

Analogous Colors of #4ffbcf

#4ffbcf #4fd1fb #4ffb79

Monochromatic Colors of #4ffbcf

#4ffbcf

Complementary Color

#4ffbcf #fb4f7b

#4ffbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ffbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ffbcf Color CSS Codes

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

#4ffbcf Text Font Color

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

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


#4ffbcf Background Color

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

This div background color is #4ffbcf


#4ffbcf Border Color

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

This div border color is #4ffbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ffbcf

Related Colors


Comments

No comments written yet.

Please login to write comment.