Color Hex Logo

#4cdebd Color Hex

#4CDEBD
(76,222,189)
0 Favorites   0 Comments

Color spaces of #4cdebd

RGB 76222189
HSL0.460.690.58
HSV166°66°87°
CMYK 0.660.000.15   0.13
XYZ38.287157.453257.2157
Yxy57.45320.25030.3756
Hunter Lab75.7979-42.48228.3037
CIE-Lab80.4338-46.39534.8733

#4cdebd color RGB value is (76,222,189).

#4cdebd hex color red value is 76, green value is 222 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4cdebd hue: 0.46 , saturation: 0.69 and the lightness value of 4cdebd is 0.58.

The process color (four color CMYK) of #4cdebd color hex is 0.66, 0.00, 0.15, 0.13. Web safe color of #4cdebd is #33cccc. Color #4cdebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011110 10111101
Octal 114 336 275
Decimal 76 222 189
Hex 4C DE BD

RGB Percentages of Color #4cdebd

%15.61
%45.59
%38.81

CMYK Percentages of Color #4cdebd

%66
%0
%15
%13

Triadic Colors of #4cdebd

#4cdebd #bd4cde #debd4c

Analogous Colors of #4cdebd

#4cdebd #4cb6de #4cde74

Monochromatic Colors of #4cdebd

#4cdebd

Complementary Color

#4cdebd #de4c6d

#4cdebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdebd Color CSS Codes

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

#4cdebd Text Font Color

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

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


#4cdebd Background Color

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

This div background color is #4cdebd


#4cdebd Border Color

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

This div border color is #4cdebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdebd


Comments

No comments written yet.

Please login to write comment.