Color Hex Logo

#4aeeab Color Hex

#4AEEAB
(74,238,171)
0 Favorites   0 Comments

Color spaces of #4aeeab

RGB 74238171
HSL0.430.830.61
HSV155°69°93°
CMYK 0.690.000.28   0.07
XYZ40.749365.545249.0319
Yxy65.54520.26230.4220
Hunter Lab80.9600-51.836220.7641
CIE-Lab84.7639-57.307620.4330

#4aeeab color RGB value is (74,238,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101110 10101011
Octal 112 356 253
Decimal 74 238 171
Hex 4A EE AB

RGB Percentages of Color #4aeeab

%15.32
%49.28
%35.40

CMYK Percentages of Color #4aeeab

%69
%0
%28
%7

Triadic Colors of #4aeeab

#4aeeab #ab4aee #eeab4a

Analogous Colors of #4aeeab

#4aeeab #4adfee #4aee59

Monochromatic Colors of #4aeeab

#4aeeab

Complementary Color

#4aeeab #ee4a8d

#4aeeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aeeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aeeab Color CSS Codes

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

#4aeeab Text Font Color

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

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


#4aeeab Background Color

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

This div background color is #4aeeab


#4aeeab Border Color

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

This div border color is #4aeeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aeeab


Comments

No comments written yet.

Please login to write comment.