Color Hex Logo

#4fbebf Color Hex

#4FBEBF
(79,190,191)
0 Favorites   0 Comments

Color spaces of #4fbebf

RGB 79190191
HSL0.500.470.53
HSV181°59°75°
CMYK 0.590.010.00   0.25
XYZ31.041942.250855.8093
Yxy42.25080.24040.3273
Hunter Lab65.0006-28.5061-5.4058
CIE-Lab71.0435-30.8587-9.9835

#4fbebf color RGB value is (79,190,191).

#4fbebf hex color red value is 79, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4fbebf hue: 0.50 , saturation: 0.47 and the lightness value of 4fbebf is 0.53.

The process color (four color CMYK) of #4fbebf color hex is 0.59, 0.01, 0.00, 0.25. Web safe color of #4fbebf is #66cccc. Color #4fbebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111110 10111111
Octal 117 276 277
Decimal 79 190 191
Hex 4F BE BF

RGB Percentages of Color #4fbebf

%17.17
%41.30
%41.52

CMYK Percentages of Color #4fbebf

%59
%1
%0
%25

Triadic Colors of #4fbebf

#4fbebf #bf4fbe #bebf4f

Analogous Colors of #4fbebf

#4fbebf #4f86bf #4fbf88

Monochromatic Colors of #4fbebf

#4fbebf

Complementary Color

#4fbebf #bf504f

#4fbebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbebf Color CSS Codes

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

#4fbebf Text Font Color

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

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


#4fbebf Background Color

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

This div background color is #4fbebf


#4fbebf Border Color

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

This div border color is #4fbebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbebf


Comments

No comments written yet.

Please login to write comment.