Color Hex Logo

#4afeab Color Hex

#4AFEAB
(74,254,171)
0 Favorites   0 Comments

Color spaces of #4afeab

RGB 74254171
HSL0.420.990.64
HSV152°71°100°
CMYK 0.710.000.33   0.00
XYZ45.616575.279750.6543
Yxy75.27970.26590.4388
Hunter Lab86.7639-57.989626.1202
CIE-Lab89.5238-63.374726.9673

#4afeab color RGB value is (74,254,171).

#4afeab hex color red value is 74, green value is 254 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4afeab hue: 0.42 , saturation: 0.99 and the lightness value of 4afeab is 0.64.

The process color (four color CMYK) of #4afeab color hex is 0.71, 0.00, 0.33, 0.00. Web safe color of #4afeab is #33ff99. Color #4afeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111110 10101011
Octal 112 376 253
Decimal 74 254 171
Hex 4A FE AB

RGB Percentages of Color #4afeab

%14.83
%50.90
%34.27

CMYK Percentages of Color #4afeab

%71
%0
%33
%0

Triadic Colors of #4afeab

#4afeab #ab4afe #feab4a

Analogous Colors of #4afeab

#4afeab #4af7fe #4afe51

Monochromatic Colors of #4afeab

#4afeab

Complementary Color

#4afeab #fe4a9d

#4afeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afeab Color CSS Codes

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

#4afeab Text Font Color

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

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


#4afeab Background Color

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

This div background color is #4afeab


#4afeab Border Color

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

This div border color is #4afeab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,254,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afeab


Comments

No comments written yet.

Please login to write comment.