Color Hex Logo

#4deccd Color Hex

#4DECCD
(77,236,205)
0 Favorites   0 Comments

Color spaces of #4deccd

RGB 77236205
HSL0.470.810.61
HSV168°67°93°
CMYK 0.670.000.13   0.07
XYZ44.075565.976568.1693
Yxy65.97650.24730.3702
Hunter Lab81.2259-45.28627.0987
CIE-Lab84.9844-48.26703.0152

#4deccd color RGB value is (77,236,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101100 11001101
Octal 115 354 315
Decimal 77 236 205
Hex 4D EC CD

RGB Percentages of Color #4deccd

%14.86
%45.56
%39.58

CMYK Percentages of Color #4deccd

%67
%0
%13
%7

Triadic Colors of #4deccd

#4deccd #cd4dec #eccd4d

Analogous Colors of #4deccd

#4deccd #4dbcec #4dec7e

Monochromatic Colors of #4deccd

#4deccd

Complementary Color

#4deccd #ec4d6c

#4deccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4deccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4deccd Color CSS Codes

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

#4deccd Text Font Color

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

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


#4deccd Background Color

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

This div background color is #4deccd


#4deccd Border Color

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

This div border color is #4deccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4deccd


Comments

No comments written yet.

Please login to write comment.