Color Hex Logo

#4aaeac Color Hex

#4AAEAC
(74,174,172)
0 Favorites   0 Comments

Color spaces of #4aaeac

RGB 74174172
HSL0.500.400.49
HSV179°57°68°
CMYK 0.570.000.01   0.32
XYZ25.406534.706544.3897
Yxy34.70650.24310.3321
Hunter Lab58.9122-26.1164-3.4358
CIE-Lab65.5195-29.2910-7.7478

#4aaeac color RGB value is (74,174,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101110 10101100
Octal 112 256 254
Decimal 74 174 172
Hex 4A AE AC

RGB Percentages of Color #4aaeac

%17.62
%41.43
%40.95

CMYK Percentages of Color #4aaeac

%57
%0
%1
%32

Triadic Colors of #4aaeac

#4aaeac #ac4aae #aeac4a

Analogous Colors of #4aaeac

#4aaeac #4a7eae #4aae7a

Monochromatic Colors of #4aaeac

#4aaeac

Complementary Color

#4aaeac #ae4a4c

#4aaeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaeac Color CSS Codes

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

#4aaeac Text Font Color

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

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


#4aaeac Background Color

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

This div background color is #4aaeac


#4aaeac Border Color

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

This div border color is #4aaeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaeac


Comments

No comments written yet.

Please login to write comment.