Color Hex Logo

#4dbfab Color Hex

#4DBFAB
(77,191,171)
0 Favorites   0 Comments

Color spaces of #4dbfab

RGB 77191171
HSL0.470.470.53
HSV169°60°75°
CMYK 0.600.000.10   0.25
XYZ29.042141.779745.0617
Yxy41.77970.25060.3605
Hunter Lab64.6372-32.91343.9122
CIE-Lab70.7188-37.01790.4718

#4dbfab color RGB value is (77,191,171).

#4dbfab hex color red value is 77, green value is 191 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4dbfab hue: 0.47 , saturation: 0.47 and the lightness value of 4dbfab is 0.53.

The process color (four color CMYK) of #4dbfab color hex is 0.60, 0.00, 0.10, 0.25. Web safe color of #4dbfab is #66cc99. Color #4dbfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111111 10101011
Octal 115 277 253
Decimal 77 191 171
Hex 4D BF AB

RGB Percentages of Color #4dbfab

%17.54
%43.51
%38.95

CMYK Percentages of Color #4dbfab

%60
%0
%10
%25

Triadic Colors of #4dbfab

#4dbfab #ab4dbf #bfab4d

Analogous Colors of #4dbfab

#4dbfab #4d9abf #4dbf72

Monochromatic Colors of #4dbfab

#4dbfab

Complementary Color

#4dbfab #bf4d61

#4dbfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbfab Color CSS Codes

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

#4dbfab Text Font Color

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

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


#4dbfab Background Color

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

This div background color is #4dbfab


#4dbfab Border Color

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

This div border color is #4dbfab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,191,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4dbfab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4dbfab;
  -webkit-box-shadow: 1px 1px 3px 2px #4dbfab;
  box-shadow:         1px 1px 3px 2px #4dbfab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,191,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbfab


Comments

No comments written yet.

Please login to write comment.