Color Hex Logo

#4ddbaf Color Hex

#4DDBAF
(77,219,175)
0 Favorites   0 Comments

Color spaces of #4ddbaf

RGB 77219175
HSL0.450.660.58
HSV161°65°86°
CMYK 0.650.000.20   0.14
XYZ36.129955.336049.3341
Yxy55.33600.25660.3930
Hunter Lab74.3882-43.482912.7507
CIE-Lab79.2344-48.295110.5851

#4ddbaf color RGB value is (77,219,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011011 10101111
Octal 115 333 257
Decimal 77 219 175
Hex 4D DB AF

RGB Percentages of Color #4ddbaf

%16.35
%46.50
%37.15

CMYK Percentages of Color #4ddbaf

%65
%0
%20
%14

Triadic Colors of #4ddbaf

#4ddbaf #af4ddb #dbaf4d

Analogous Colors of #4ddbaf

#4ddbaf #4dc0db #4ddb68

Monochromatic Colors of #4ddbaf

#4ddbaf

Complementary Color

#4ddbaf #db4d79

#4ddbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddbaf Color CSS Codes

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

#4ddbaf Text Font Color

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

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


#4ddbaf Background Color

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

This div background color is #4ddbaf


#4ddbaf Border Color

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

This div border color is #4ddbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddbaf


Comments

No comments written yet.

Please login to write comment.