Color Hex Logo

#4dbfba Color Hex

#4DBFBA
(77,191,186)
0 Favorites   0 Comments

Color spaces of #4dbfba

RGB 77191186
HSL0.490.470.53
HSV177°60°75°
CMYK 0.600.000.03   0.25
XYZ30.554342.384653.0250
Yxy42.38460.24260.3365
Hunter Lab65.1035-30.1576-2.7177
CIE-Lab71.1353-33.0667-7.1180

#4dbfba color RGB value is (77,191,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111111 10111010
Octal 115 277 272
Decimal 77 191 186
Hex 4D BF BA

RGB Percentages of Color #4dbfba

%16.96
%42.07
%40.97

CMYK Percentages of Color #4dbfba

%60
%0
%3
%25

Triadic Colors of #4dbfba

#4dbfba #ba4dbf #bfba4d

Analogous Colors of #4dbfba

#4dbfba #4d8bbf #4dbf81

Monochromatic Colors of #4dbfba

#4dbfba

Complementary Color

#4dbfba #bf4d52

#4dbfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbfba Color CSS Codes

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

#4dbfba Text Font Color

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

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


#4dbfba Background Color

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

This div background color is #4dbfba


#4dbfba Border Color

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

This div border color is #4dbfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbfba


Comments

No comments written yet.

Please login to write comment.