Color Hex Logo

#4dcdbd Color Hex

#4DCDBD
(77,205,189)
0 Favorites   0 Comments

Color spaces of #4dcdbd

RGB 77205189
HSL0.480.560.55
HSV173°62°80°
CMYK 0.620.000.08   0.20
XYZ34.077248.914555.7895
Yxy48.91450.24550.3525
Hunter Lab69.9389-35.42031.6622
CIE-Lab75.3981-38.7528-2.4567

#4dcdbd color RGB value is (77,205,189).

#4dcdbd hex color red value is 77, green value is 205 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4dcdbd hue: 0.48 , saturation: 0.56 and the lightness value of 4dcdbd is 0.55.

The process color (four color CMYK) of #4dcdbd color hex is 0.62, 0.00, 0.08, 0.20. Web safe color of #4dcdbd is #66cccc. Color #4dcdbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11001101 10111101
Octal 115 315 275
Decimal 77 205 189
Hex 4D CD BD

RGB Percentages of Color #4dcdbd

%16.35
%43.52
%40.13

CMYK Percentages of Color #4dcdbd

%62
%0
%8
%20

Triadic Colors of #4dcdbd

#4dcdbd #bd4dcd #cdbd4d

Analogous Colors of #4dcdbd

#4dcdbd #4d9dcd #4dcd7d

Monochromatic Colors of #4dcdbd

#4dcdbd

Complementary Color

#4dcdbd #cd4d5d

#4dcdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dcdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dcdbd Color CSS Codes

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

#4dcdbd Text Font Color

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

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


#4dcdbd Background Color

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

This div background color is #4dcdbd


#4dcdbd Border Color

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

This div border color is #4dcdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dcdbd


Comments

No comments written yet.

Please login to write comment.