Color Hex Logo

#4ddfaf Color Hex

#4DDFAF
(77,223,175)
0 Favorites   0 Comments

Color spaces of #4ddfaf

RGB 77223175
HSL0.450.700.59
HSV160°65°87°
CMYK 0.650.000.22   0.13
XYZ37.186157.448349.6862
Yxy57.44830.25770.3981
Hunter Lab75.7947-45.065614.1895
CIE-Lab80.4311-49.957612.2837

#4ddfaf color RGB value is (77,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011111 10101111
Octal 115 337 257
Decimal 77 223 175
Hex 4D DF AF

RGB Percentages of Color #4ddfaf

%16.21
%46.95
%36.84

CMYK Percentages of Color #4ddfaf

%65
%0
%22
%13

Triadic Colors of #4ddfaf

#4ddfaf #af4ddf #dfaf4d

Analogous Colors of #4ddfaf

#4ddfaf #4dc6df #4ddf66

Monochromatic Colors of #4ddfaf

#4ddfaf

Complementary Color

#4ddfaf #df4d7d

#4ddfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddfaf Color CSS Codes

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

#4ddfaf Text Font Color

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

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


#4ddfaf Background Color

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

This div background color is #4ddfaf


#4ddfaf Border Color

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

This div border color is #4ddfaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,223,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 #4ddfaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddfaf


Comments

No comments written yet.

Please login to write comment.