Color Hex Logo

#4aeabc Color Hex

#4AEABC
(74,234,188)
0 Favorites   0 Comments

Color spaces of #4aeabc

RGB 74234188
HSL0.450.790.60
HSV163°68°92°
CMYK 0.680.000.20   0.08
XYZ41.324063.932357.7391
Yxy63.93230.25350.3922
Hunter Lab79.9577-47.673013.1558
CIE-Lab83.9305-51.951210.4115

#4aeabc color RGB value is (74,234,188).

#4aeabc hex color red value is 74, green value is 234 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4aeabc hue: 0.45 , saturation: 0.79 and the lightness value of 4aeabc is 0.60.

The process color (four color CMYK) of #4aeabc color hex is 0.68, 0.00, 0.20, 0.08. Web safe color of #4aeabc is #33ffcc. Color #4aeabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101010 10111100
Octal 112 352 274
Decimal 74 234 188
Hex 4A EA BC

RGB Percentages of Color #4aeabc

%14.92
%47.18
%37.90

CMYK Percentages of Color #4aeabc

%68
%0
%20
%8

Triadic Colors of #4aeabc

#4aeabc #bc4aea #eabc4a

Analogous Colors of #4aeabc

#4aeabc #4ac8ea #4aea6c

Monochromatic Colors of #4aeabc

#4aeabc

Complementary Color

#4aeabc #ea4a78

#4aeabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aeabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aeabc Color CSS Codes

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

#4aeabc Text Font Color

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

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


#4aeabc Background Color

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

This div background color is #4aeabc


#4aeabc Border Color

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

This div border color is #4aeabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aeabc


Comments

No comments written yet.

Please login to write comment.