Color Hex Logo

#4dbfaf Color Hex

#4DBFAF
(77,191,175)
0 Favorites   0 Comments

Color spaces of #4dbfaf

RGB 77191175
HSL0.480.470.53
HSV172°60°75°
CMYK 0.600.000.08   0.25
XYZ29.429241.934547.1005
Yxy41.93450.24840.3540
Hunter Lab64.7569-32.20392.2056
CIE-Lab70.8257-35.9894-1.5585

#4dbfaf color RGB value is (77,191,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111111 10101111
Octal 115 277 257
Decimal 77 191 175
Hex 4D BF AF

RGB Percentages of Color #4dbfaf

%17.38
%43.12
%39.50

CMYK Percentages of Color #4dbfaf

%60
%0
%8
%25

Triadic Colors of #4dbfaf

#4dbfaf #af4dbf #bfaf4d

Analogous Colors of #4dbfaf

#4dbfaf #4d96bf #4dbf76

Monochromatic Colors of #4dbfaf

#4dbfaf

Complementary Color

#4dbfaf #bf4d5d

#4dbfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbfaf Color CSS Codes

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

#4dbfaf Text Font Color

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

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


#4dbfaf Background Color

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

This div background color is #4dbfaf


#4dbfaf Border Color

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

This div border color is #4dbfaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,191,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 #4dbfaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbfaf


Comments

No comments written yet.

Please login to write comment.