Color Hex Logo

#4dbead Color Hex

#4DBEAD
(77,190,173)
0 Favorites   0 Comments

Color spaces of #4dbead

RGB 77190173
HSL0.470.470.52
HSV171°59°75°
CMYK 0.590.000.09   0.25
XYZ29.016841.421846.0010
Yxy41.42180.24920.3557
Hunter Lab64.3598-32.15232.6744
CIE-Lab70.4704-36.0454-0.9848

#4dbead color RGB value is (77,190,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111110 10101101
Octal 115 276 255
Decimal 77 190 173
Hex 4D BE AD

RGB Percentages of Color #4dbead

%17.50
%43.18
%39.32

CMYK Percentages of Color #4dbead

%59
%0
%9
%25

Triadic Colors of #4dbead

#4dbead #ad4dbe #bead4d

Analogous Colors of #4dbead

#4dbead #4d97be #4dbe75

Monochromatic Colors of #4dbead

#4dbead

Complementary Color

#4dbead #be4d5e

#4dbead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbead Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbead Color CSS Codes

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

#4dbead Text Font Color

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

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


#4dbead Background Color

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

This div background color is #4dbead


#4dbead Border Color

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

This div border color is #4dbead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbead


Comments

No comments written yet.

Please login to write comment.