Color Hex Logo

#4deaac Color Hex

#4DEAAC
(77,234,172)
0 Favorites   0 Comments

Color spaces of #4deaac

RGB 77234172
HSL0.430.790.61
HSV156°67°92°
CMYK 0.670.000.26   0.08
XYZ39.929863.402049.1630
Yxy63.40200.26180.4158
Hunter Lab79.6254-49.831919.1304
CIE-Lab83.6534-55.065618.3819

#4deaac color RGB value is (77,234,172).

#4deaac hex color red value is 77, green value is 234 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4deaac hue: 0.43 , saturation: 0.79 and the lightness value of 4deaac is 0.61.

The process color (four color CMYK) of #4deaac color hex is 0.67, 0.00, 0.26, 0.08. Web safe color of #4deaac is #66ff99. Color #4deaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101010 10101100
Octal 115 352 254
Decimal 77 234 172
Hex 4D EA AC

RGB Percentages of Color #4deaac

%15.94
%48.45
%35.61

CMYK Percentages of Color #4deaac

%67
%0
%26
%8

Triadic Colors of #4deaac

#4deaac #ac4dea #eaac4d

Analogous Colors of #4deaac

#4deaac #4ddaea #4dea5e

Monochromatic Colors of #4deaac

#4deaac

Complementary Color

#4deaac #ea4d8b

#4deaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4deaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4deaac Color CSS Codes

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

#4deaac Text Font Color

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

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


#4deaac Background Color

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

This div background color is #4deaac


#4deaac Border Color

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

This div border color is #4deaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4deaac


Comments

No comments written yet.

Please login to write comment.