Color Hex Logo

#4fbbbf Color Hex

#4FBBBF
(79,187,191)
0 Favorites   0 Comments

Color spaces of #4fbbbf

RGB 79187191
HSL0.510.470.53
HSV182°59°75°
CMYK 0.590.020.00   0.25
XYZ30.398740.964555.5950
Yxy40.96450.23940.3227
Hunter Lab64.0035-27.2269-6.6983
CIE-Lab70.1510-29.4068-11.3171

#4fbbbf color RGB value is (79,187,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111011 10111111
Octal 117 273 277
Decimal 79 187 191
Hex 4F BB BF

RGB Percentages of Color #4fbbbf

%17.29
%40.92
%41.79

CMYK Percentages of Color #4fbbbf

%59
%2
%0
%25

Triadic Colors of #4fbbbf

#4fbbbf #bf4fbb #bbbf4f

Analogous Colors of #4fbbbf

#4fbbbf #4f83bf #4fbf8b

Monochromatic Colors of #4fbbbf

#4fbbbf

Complementary Color

#4fbbbf #bf534f

#4fbbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbbbf Color CSS Codes

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

#4fbbbf Text Font Color

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

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


#4fbbbf Background Color

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

This div background color is #4fbbbf


#4fbbbf Border Color

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

This div border color is #4fbbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbbbf


Comments

No comments written yet.

Please login to write comment.