Color Hex Logo

#4abeaa Color Hex

#4ABEAA
(74,190,170)
0 Favorites   0 Comments

Color spaces of #4abeaa

RGB 74190170
HSL0.470.470.52
HSV170°61°75°
CMYK 0.610.000.11   0.25
XYZ28.493241.185044.4780
Yxy41.18500.24960.3608
Hunter Lab64.1755-33.05533.8309
CIE-Lab70.3053-37.37110.4053

#4abeaa color RGB value is (74,190,170).

#4abeaa hex color red value is 74, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4abeaa hue: 0.47 , saturation: 0.47 and the lightness value of 4abeaa is 0.52.

The process color (four color CMYK) of #4abeaa color hex is 0.61, 0.00, 0.11, 0.25. Web safe color of #4abeaa is #33cc99. Color #4abeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111110 10101010
Octal 112 276 252
Decimal 74 190 170
Hex 4A BE AA

RGB Percentages of Color #4abeaa

%17.05
%43.78
%39.17

CMYK Percentages of Color #4abeaa

%61
%0
%11
%25

Triadic Colors of #4abeaa

#4abeaa #aa4abe #beaa4a

Analogous Colors of #4abeaa

#4abeaa #4a98be #4abe70

Monochromatic Colors of #4abeaa

#4abeaa

Complementary Color

#4abeaa #be4a5e

#4abeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abeaa Color CSS Codes

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

#4abeaa Text Font Color

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

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


#4abeaa Background Color

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

This div background color is #4abeaa


#4abeaa Border Color

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

This div border color is #4abeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abeaa


Comments

No comments written yet.

Please login to write comment.