Color Hex Logo

#4aacaa Color Hex

#4AACAA
(74,172,170)
0 Favorites   0 Comments

Color spaces of #4aacaa

RGB 74172170
HSL0.500.400.48
HSV179°57°67°
CMYK 0.570.000.01   0.33
XYZ24.832333.863243.2577
Yxy33.86320.24360.3321
Hunter Lab58.1921-25.6649-3.3394
CIE-Lab64.8538-28.8667-7.6241

#4aacaa color RGB value is (74,172,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101100 10101010
Octal 112 254 252
Decimal 74 172 170
Hex 4A AC AA

RGB Percentages of Color #4aacaa

%17.79
%41.35
%40.87

CMYK Percentages of Color #4aacaa

%57
%0
%1
%33

Triadic Colors of #4aacaa

#4aacaa #aa4aac #acaa4a

Analogous Colors of #4aacaa

#4aacaa #4a7dac #4aac79

Monochromatic Colors of #4aacaa

#4aacaa

Complementary Color

#4aacaa #ac4a4c

#4aacaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aacaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aacaa Color CSS Codes

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

#4aacaa Text Font Color

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

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


#4aacaa Background Color

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

This div background color is #4aacaa


#4aacaa Border Color

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

This div border color is #4aacaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aacaa


Comments

No comments written yet.

Please login to write comment.