Color Hex Logo

#4fbab1 Color Hex

#4FBAB1
(79,186,177)
0 Favorites   0 Comments

Color spaces of #4fbab1

RGB 79186177
HSL0.490.440.52
HSV175°58°73°
CMYK 0.580.000.05   0.27
XYZ28.719239.954447.7933
Yxy39.95440.24660.3431
Hunter Lab63.2095-29.5152-0.5831
CIE-Lab69.4370-32.7460-4.6908

#4fbab1 color RGB value is (79,186,177).

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

The process color (four color CMYK) of #4fbab1 color hex is 0.58, 0.00, 0.05, 0.27. Web safe color of #4fbab1 is #66cc99. Color #4fbab1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111010 10110001
Octal 117 272 261
Decimal 79 186 177
Hex 4F BA B1

RGB Percentages of Color #4fbab1

%17.87
%42.08
%40.05

CMYK Percentages of Color #4fbab1

%58
%0
%5
%27

Triadic Colors of #4fbab1

#4fbab1 #b14fba #bab14f

Analogous Colors of #4fbab1

#4fbab1 #4f8eba #4fba7c

Monochromatic Colors of #4fbab1

#4fbab1

Complementary Color

#4fbab1 #ba4f58

#4fbab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbab1 Color CSS Codes

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

#4fbab1 Text Font Color

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

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


#4fbab1 Background Color

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

This div background color is #4fbab1


#4fbab1 Border Color

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

This div border color is #4fbab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbab1


Comments

No comments written yet.

Please login to write comment.