Color Hex Logo

#4aabaa Color Hex

#4AABAA
(74,171,170)
0 Favorites   0 Comments

Color spaces of #4aabaa

RGB 74171170
HSL0.500.400.48
HSV179°57°67°
CMYK 0.570.000.01   0.33
XYZ24.642633.483943.1945
Yxy33.48390.24320.3305
Hunter Lab57.8653-25.2479-3.7523
CIE-Lab64.5508-28.3766-8.0749

#4aabaa color RGB value is (74,171,170).

#4aabaa hex color red value is 74, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4aabaa hue: 0.50 , saturation: 0.40 and the lightness value of 4aabaa is 0.48.

The process color (four color CMYK) of #4aabaa color hex is 0.57, 0.00, 0.01, 0.33. Web safe color of #4aabaa is #339999. Color #4aabaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101011 10101010
Octal 112 253 252
Decimal 74 171 170
Hex 4A AB AA

RGB Percentages of Color #4aabaa

%17.83
%41.20
%40.96

CMYK Percentages of Color #4aabaa

%57
%0
%1
%33

Triadic Colors of #4aabaa

#4aabaa #aa4aab #abaa4a

Analogous Colors of #4aabaa

#4aabaa #4a7cab #4aab7a

Monochromatic Colors of #4aabaa

#4aabaa

Complementary Color

#4aabaa #ab4a4b

#4aabaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aabaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aabaa Color CSS Codes

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

#4aabaa Text Font Color

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

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


#4aabaa Background Color

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

This div background color is #4aabaa


#4aabaa Border Color

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

This div border color is #4aabaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aabaa


Comments

No comments written yet.

Please login to write comment.