Color Hex Logo

#4fbdb6 Color Hex

#4FBDB6
(79,189,182)
0 Favorites   0 Comments

Color spaces of #4fbdb6

RGB 79189182
HSL0.490.450.53
HSV176°58°74°
CMYK 0.580.000.04   0.26
XYZ29.865541.434950.6796
Yxy41.43490.24480.3397
Hunter Lab64.3699-29.8294-1.6211
CIE-Lab70.4795-32.8337-5.8935

#4fbdb6 color RGB value is (79,189,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111101 10110110
Octal 117 275 266
Decimal 79 189 182
Hex 4F BD B6

RGB Percentages of Color #4fbdb6

%17.56
%42.00
%40.44

CMYK Percentages of Color #4fbdb6

%58
%0
%4
%26

Triadic Colors of #4fbdb6

#4fbdb6 #b64fbd #bdb64f

Analogous Colors of #4fbdb6

#4fbdb6 #4f8dbd #4fbd7f

Monochromatic Colors of #4fbdb6

#4fbdb6

Complementary Color

#4fbdb6 #bd4f56

#4fbdb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbdb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbdb6 Color CSS Codes

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

#4fbdb6 Text Font Color

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

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


#4fbdb6 Background Color

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

This div background color is #4fbdb6


#4fbdb6 Border Color

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

This div border color is #4fbdb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbdb6


Comments

No comments written yet.

Please login to write comment.