Color Hex Logo

#4ecdbd Color Hex

#4ECDBD
(78,205,189)
0 Favorites   0 Comments

Color spaces of #4ecdbd

RGB 78205189
HSL0.480.560.55
HSV172°62°80°
CMYK 0.620.000.08   0.20
XYZ34.158548.956555.7933
Yxy48.95650.24590.3524
Hunter Lab69.9689-35.30271.7003
CIE-Lab75.4243-38.5833-2.4152

#4ecdbd color RGB value is (78,205,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11001101 10111101
Octal 116 315 275
Decimal 78 205 189
Hex 4E CD BD

RGB Percentages of Color #4ecdbd

%16.53
%43.43
%40.04

CMYK Percentages of Color #4ecdbd

%62
%0
%8
%20

Triadic Colors of #4ecdbd

#4ecdbd #bd4ecd #cdbd4e

Analogous Colors of #4ecdbd

#4ecdbd #4e9ecd #4ecd7e

Monochromatic Colors of #4ecdbd

#4ecdbd

Complementary Color

#4ecdbd #cd4e5e

#4ecdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ecdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ecdbd Color CSS Codes

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

#4ecdbd Text Font Color

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

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


#4ecdbd Background Color

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

This div background color is #4ecdbd


#4ecdbd Border Color

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

This div border color is #4ecdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ecdbd


Comments

No comments written yet.

Please login to write comment.