Color Hex Logo

#4dd3bb Color Hex

#4DD3BB
(77,211,187)
0 Favorites   0 Comments

Color spaces of #4dd3bb

RGB 77211187
HSL0.470.600.56
HSV169°64°83°
CMYK 0.640.000.11   0.17
XYZ35.324551.754255.1415
Yxy51.75420.24840.3639
Hunter Lab71.9404-38.24784.9132
CIE-Lab77.1336-41.95161.1577

#4dd3bb color RGB value is (77,211,187).

#4dd3bb hex color red value is 77, green value is 211 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4dd3bb hue: 0.47 , saturation: 0.60 and the lightness value of 4dd3bb is 0.56.

The process color (four color CMYK) of #4dd3bb color hex is 0.64, 0.00, 0.11, 0.17. Web safe color of #4dd3bb is #66cccc. Color #4dd3bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11010011 10111011
Octal 115 323 273
Decimal 77 211 187
Hex 4D D3 BB

RGB Percentages of Color #4dd3bb

%16.21
%44.42
%39.37

CMYK Percentages of Color #4dd3bb

%64
%0
%11
%17

Triadic Colors of #4dd3bb

#4dd3bb #bb4dd3 #d3bb4d

Analogous Colors of #4dd3bb

#4dd3bb #4da8d3 #4dd378

Monochromatic Colors of #4dd3bb

#4dd3bb

Complementary Color

#4dd3bb #d34d65

#4dd3bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dd3bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dd3bb Color CSS Codes

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

#4dd3bb Text Font Color

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

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


#4dd3bb Background Color

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

This div background color is #4dd3bb


#4dd3bb Border Color

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

This div border color is #4dd3bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dd3bb


Comments

No comments written yet.

Please login to write comment.