Color Hex Logo

#4fbabb Color Hex

#4FBABB
(79,186,187)
0 Favorites   0 Comments

Color spaces of #4fbabb

RGB 79186187
HSL0.500.440.52
HSV181°58°73°
CMYK 0.580.010.00   0.27
XYZ29.753040.367953.2374
Yxy40.36790.24120.3272
Hunter Lab63.5357-27.5982-5.2048
CIE-Lab69.7308-30.0336-9.7494

#4fbabb color RGB value is (79,186,187).

#4fbabb hex color red value is 79, green value is 186 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4fbabb hue: 0.50 , saturation: 0.44 and the lightness value of 4fbabb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111010 10111011
Octal 117 272 273
Decimal 79 186 187
Hex 4F BA BB

RGB Percentages of Color #4fbabb

%17.48
%41.15
%41.37

CMYK Percentages of Color #4fbabb

%58
%1
%0
%27

Triadic Colors of #4fbabb

#4fbabb #bb4fba #babb4f

Analogous Colors of #4fbabb

#4fbabb #4f84bb #4fbb86

Monochromatic Colors of #4fbabb

#4fbabb

Complementary Color

#4fbabb #bb504f

#4fbabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbabb Color CSS Codes

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

#4fbabb Text Font Color

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

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


#4fbabb Background Color

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

This div background color is #4fbabb


#4fbabb Border Color

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

This div border color is #4fbabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbabb


Comments

No comments written yet.

Please login to write comment.