Color Hex Logo

#4dddca Color Hex

#4DDDCA
(77,221,202)
0 Favorites   0 Comments

Color spaces of #4dddca

RGB 77221202
HSL0.480.680.58
HSV172°65°87°
CMYK 0.650.000.09   0.13
XYZ39.577757.555064.9004
Yxy57.55500.24430.3552
Hunter Lab75.8650-39.64292.3846
CIE-Lab80.4907-42.5373-1.9528

#4dddca color RGB value is (77,221,202).

#4dddca hex color red value is 77, green value is 221 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4dddca hue: 0.48 , saturation: 0.68 and the lightness value of 4dddca is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011101 11001010
Octal 115 335 312
Decimal 77 221 202
Hex 4D DD CA

RGB Percentages of Color #4dddca

%15.40
%44.20
%40.40

CMYK Percentages of Color #4dddca

%65
%0
%9
%13

Triadic Colors of #4dddca

#4dddca #ca4ddd #ddca4d

Analogous Colors of #4dddca

#4dddca #4da8dd #4ddd82

Monochromatic Colors of #4dddca

#4dddca

Complementary Color

#4dddca #dd4d60

#4dddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dddca Color CSS Codes

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

#4dddca Text Font Color

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

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


#4dddca Background Color

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

This div background color is #4dddca


#4dddca Border Color

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

This div border color is #4dddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dddca


Comments

No comments written yet.

Please login to write comment.