Color Hex Logo

#4deaae Color Hex

#4DEAAE
(77,234,174)
0 Favorites   0 Comments

Color spaces of #4deaae

RGB 77234174
HSL0.440.790.61
HSV157°67°92°
CMYK 0.670.000.26   0.08
XYZ40.123463.479450.1824
Yxy63.47940.26090.4128
Hunter Lab79.6740-49.537718.4281
CIE-Lab83.6940-54.636117.3985

#4deaae color RGB value is (77,234,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101010 10101110
Octal 115 352 256
Decimal 77 234 174
Hex 4D EA AE

RGB Percentages of Color #4deaae

%15.88
%48.25
%35.88

CMYK Percentages of Color #4deaae

%67
%0
%26
%8

Triadic Colors of #4deaae

#4deaae #ae4dea #eaae4d

Analogous Colors of #4deaae

#4deaae #4dd8ea #4dea60

Monochromatic Colors of #4deaae

#4deaae

Complementary Color

#4deaae #ea4d89

#4deaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4deaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4deaae Color CSS Codes

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

#4deaae Text Font Color

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

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


#4deaae Background Color

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

This div background color is #4deaae


#4deaae Border Color

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

This div border color is #4deaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4deaae


Comments

No comments written yet.

Please login to write comment.