Color Hex Logo

#4aefac Color Hex

#4AEFAC
(74,239,172)
0 Favorites   0 Comments

Color spaces of #4aefac

RGB 74239172
HSL0.430.840.61
HSV156°69°94°
CMYK 0.690.000.28   0.06
XYZ41.136966.167449.6332
Yxy66.16740.26210.4216
Hunter Lab81.3433-52.080020.7634
CIE-Lab85.0817-57.485920.3568

#4aefac color RGB value is (74,239,172).

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

The process color (four color CMYK) of #4aefac color hex is 0.69, 0.00, 0.28, 0.06. Web safe color of #4aefac is #33ff99. Color #4aefac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101111 10101100
Octal 112 357 254
Decimal 74 239 172
Hex 4A EF AC

RGB Percentages of Color #4aefac

%15.26
%49.28
%35.46

CMYK Percentages of Color #4aefac

%69
%0
%28
%6

Triadic Colors of #4aefac

#4aefac #ac4aef #efac4a

Analogous Colors of #4aefac

#4aefac #4ae0ef #4aef5a

Monochromatic Colors of #4aefac

#4aefac

Complementary Color

#4aefac #ef4a8d

#4aefac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aefac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aefac Color CSS Codes

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

#4aefac Text Font Color

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

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


#4aefac Background Color

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

This div background color is #4aefac


#4aefac Border Color

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

This div border color is #4aefac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aefac


Comments

No comments written yet.

Please login to write comment.