Color Hex Logo

#4debcd Color Hex

#4DEBCD
(77,235,205)
0 Favorites   0 Comments

Color spaces of #4debcd

RGB 77235205
HSL0.470.800.61
HSV169°67°92°
CMYK 0.670.000.13   0.08
XYZ43.788365.402268.0736
Yxy65.40220.24700.3690
Hunter Lab80.8716-44.87576.7028
CIE-Lab84.6906-47.84282.5886

#4debcd color RGB value is (77,235,205).

#4debcd hex color red value is 77, green value is 235 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #4debcd hue: 0.47 , saturation: 0.80 and the lightness value of 4debcd is 0.61.

The process color (four color CMYK) of #4debcd color hex is 0.67, 0.00, 0.13, 0.08. Web safe color of #4debcd is #66ffcc. Color #4debcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101011 11001101
Octal 115 353 315
Decimal 77 235 205
Hex 4D EB CD

RGB Percentages of Color #4debcd

%14.89
%45.45
%39.65

CMYK Percentages of Color #4debcd

%67
%0
%13
%8

Triadic Colors of #4debcd

#4debcd #cd4deb #ebcd4d

Analogous Colors of #4debcd

#4debcd #4dbaeb #4deb7e

Monochromatic Colors of #4debcd

#4debcd

Complementary Color

#4debcd #eb4d6b

#4debcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4debcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4debcd Color CSS Codes

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

#4debcd Text Font Color

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

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


#4debcd Background Color

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

This div background color is #4debcd


#4debcd Border Color

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

This div border color is #4debcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4debcd


Comments

No comments written yet.

Please login to write comment.