Color Hex Logo

#4dbba5 Color Hex

#4DBBA5
(77,187,165)
0 Favorites   0 Comments

Color spaces of #4dbba5

RGB 77187165
HSL0.470.450.52
HSV168°59°73°
CMYK 0.590.000.12   0.27
XYZ27.622439.835041.8304
Yxy39.83500.25270.3645
Hunter Lab63.1150-32.33034.8851
CIE-Lab69.3518-36.70561.7663

#4dbba5 color RGB value is (77,187,165).

#4dbba5 hex color red value is 77, green value is 187 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #4dbba5 hue: 0.47 , saturation: 0.45 and the lightness value of 4dbba5 is 0.52.

The process color (four color CMYK) of #4dbba5 color hex is 0.59, 0.00, 0.12, 0.27. Web safe color of #4dbba5 is #66cc99. Color #4dbba5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111011 10100101
Octal 115 273 245
Decimal 77 187 165
Hex 4D BB A5

RGB Percentages of Color #4dbba5

%17.95
%43.59
%38.46

CMYK Percentages of Color #4dbba5

%59
%0
%12
%27

Triadic Colors of #4dbba5

#4dbba5 #a54dbb #bba54d

Analogous Colors of #4dbba5

#4dbba5 #4d9abb #4dbb6e

Monochromatic Colors of #4dbba5

#4dbba5

Complementary Color

#4dbba5 #bb4d63

#4dbba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbba5 Color CSS Codes

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

#4dbba5 Text Font Color

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

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


#4dbba5 Background Color

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

This div background color is #4dbba5


#4dbba5 Border Color

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

This div border color is #4dbba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbba5


Comments

No comments written yet.

Please login to write comment.