Color Hex Logo

#4ddaae Color Hex

#4DDAAE
(77,218,174)
0 Favorites   0 Comments

Color spaces of #4ddaae

RGB 77218174
HSL0.450.660.58
HSV161°65°85°
CMYK 0.650.000.20   0.15
XYZ35.772054.776648.7320
Yxy54.77660.25680.3933
Hunter Lab74.0112-43.244812.7689
CIE-Lab78.9124-48.107110.6574

#4ddaae color RGB value is (77,218,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11011010 10101110
Octal 115 332 256
Decimal 77 218 174
Hex 4D DA AE

RGB Percentages of Color #4ddaae

%16.42
%46.48
%37.10

CMYK Percentages of Color #4ddaae

%65
%0
%20
%15

Triadic Colors of #4ddaae

#4ddaae #ae4dda #daae4d

Analogous Colors of #4ddaae

#4ddaae #4dc0da #4dda68

Monochromatic Colors of #4ddaae

#4ddaae

Complementary Color

#4ddaae #da4d79

#4ddaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ddaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ddaae Color CSS Codes

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

#4ddaae Text Font Color

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

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


#4ddaae Background Color

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

This div background color is #4ddaae


#4ddaae Border Color

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

This div border color is #4ddaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ddaae


Comments

No comments written yet.

Please login to write comment.