Color Hex Logo

#4fbdaf Color Hex

#4FBDAF
(79,189,175)
0 Favorites   0 Comments

Color spaces of #4fbdaf

RGB 79189175
HSL0.480.450.53
HSV172°58°74°
CMYK 0.580.000.07   0.26
XYZ29.159941.152646.9638
Yxy41.15260.24860.3509
Hunter Lab64.1503-31.12481.4996
CIE-Lab70.2827-34.6836-2.3483

#4fbdaf color RGB value is (79,189,175).

#4fbdaf hex color red value is 79, green value is 189 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4fbdaf hue: 0.48 , saturation: 0.45 and the lightness value of 4fbdaf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111101 10101111
Octal 117 275 257
Decimal 79 189 175
Hex 4F BD AF

RGB Percentages of Color #4fbdaf

%17.83
%42.66
%39.50

CMYK Percentages of Color #4fbdaf

%58
%0
%7
%26

Triadic Colors of #4fbdaf

#4fbdaf #af4fbd #bdaf4f

Analogous Colors of #4fbdaf

#4fbdaf #4f94bd #4fbd78

Monochromatic Colors of #4fbdaf

#4fbdaf

Complementary Color

#4fbdaf #bd4f5d

#4fbdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbdaf Color CSS Codes

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

#4fbdaf Text Font Color

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

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


#4fbdaf Background Color

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

This div background color is #4fbdaf


#4fbdaf Border Color

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

This div border color is #4fbdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbdaf


Comments

No comments written yet.

Please login to write comment.