Color Hex Logo

#4ddbbd Color Hex

#4DDBBD
(77,219,189)
0 Favorites   0 Comments

Color spaces of #4ddbbd

RGB 77219189
HSL0.460.660.58
HSV167°65°86°
CMYK 0.650.000.14   0.14
XYZ37.577455.914956.9562
Yxy55.91490.24980.3717
Hunter Lab74.7763-41.15677.1829
CIE-Lab79.5654-44.94783.6203

#4ddbbd color RGB value is (77,219,189).

#4ddbbd hex color red value is 77, green value is 219 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4ddbbd hue: 0.46 , saturation: 0.66 and the lightness value of 4ddbbd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011011 10111101
Octal 115 333 275
Decimal 77 219 189
Hex 4D DB BD

RGB Percentages of Color #4ddbbd

%15.88
%45.15
%38.97

CMYK Percentages of Color #4ddbbd

%65
%0
%14
%14

Triadic Colors of #4ddbbd

#4ddbbd #bd4ddb #dbbd4d

Analogous Colors of #4ddbbd

#4ddbbd #4db2db #4ddb76

Monochromatic Colors of #4ddbbd

#4ddbbd

Complementary Color

#4ddbbd #db4d6b

#4ddbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddbbd Color CSS Codes

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

#4ddbbd Text Font Color

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

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


#4ddbbd Background Color

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

This div background color is #4ddbbd


#4ddbbd Border Color

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

This div border color is #4ddbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddbbd


Comments

No comments written yet.

Please login to write comment.