Color Hex Logo

#4ddecb Color Hex

#4DDECB
(77,222,203)
0 Favorites   0 Comments

Color spaces of #4ddecb

RGB 77222203
HSL0.480.690.59
HSV172°65°87°
CMYK 0.650.000.09   0.13
XYZ39.961358.132165.6144
Yxy58.13210.24410.3551
Hunter Lab76.2444-39.87212.3473
CIE-Lab80.8122-42.7204-2.0136

#4ddecb color RGB value is (77,222,203).

#4ddecb hex color red value is 77, green value is 222 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4ddecb hue: 0.48 , saturation: 0.69 and the lightness value of 4ddecb is 0.59.

The process color (four color CMYK) of #4ddecb color hex is 0.65, 0.00, 0.09, 0.13. Web safe color of #4ddecb is #66cccc. Color #4ddecb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011110 11001011
Octal 115 336 313
Decimal 77 222 203
Hex 4D DE CB

RGB Percentages of Color #4ddecb

%15.34
%44.22
%40.44

CMYK Percentages of Color #4ddecb

%65
%0
%9
%13

Triadic Colors of #4ddecb

#4ddecb #cb4dde #decb4d

Analogous Colors of #4ddecb

#4ddecb #4da9de #4dde83

Monochromatic Colors of #4ddecb

#4ddecb

Complementary Color

#4ddecb #de4d60

#4ddecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddecb Color CSS Codes

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

#4ddecb Text Font Color

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

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


#4ddecb Background Color

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

This div background color is #4ddecb


#4ddecb Border Color

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

This div border color is #4ddecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddecb


Comments

No comments written yet.

Please login to write comment.