Color Hex Logo

#4fbdb0 Color Hex

#4FBDB0
(79,189,176)
0 Favorites   0 Comments

Color spaces of #4fbdb0

RGB 79189176
HSL0.480.450.53
HSV173°58°74°
CMYK 0.580.000.07   0.26
XYZ29.258541.192047.4831
Yxy41.19200.24810.3493
Hunter Lab64.1810-30.94311.0621
CIE-Lab70.3102-34.4226-2.8558

#4fbdb0 color RGB value is (79,189,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111101 10110000
Octal 117 275 260
Decimal 79 189 176
Hex 4F BD B0

RGB Percentages of Color #4fbdb0

%17.79
%42.57
%39.64

CMYK Percentages of Color #4fbdb0

%58
%0
%7
%26

Triadic Colors of #4fbdb0

#4fbdb0 #b04fbd #bdb04f

Analogous Colors of #4fbdb0

#4fbdb0 #4f93bd #4fbd79

Monochromatic Colors of #4fbdb0

#4fbdb0

Complementary Color

#4fbdb0 #bd4f5c

#4fbdb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbdb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbdb0 Color CSS Codes

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

#4fbdb0 Text Font Color

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

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


#4fbdb0 Background Color

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

This div background color is #4fbdb0


#4fbdb0 Border Color

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

This div border color is #4fbdb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbdb0


Comments

No comments written yet.

Please login to write comment.