Color Hex Logo

#49aeac Color Hex

#49AEAC
(73,174,172)
0 Favorites   0 Comments

Color spaces of #49aeac

RGB 73174172
HSL0.500.410.48
HSV179°58°68°
CMYK 0.580.000.01   0.32
XYZ25.330134.667144.3861
Yxy34.66710.24270.3321
Hunter Lab58.8788-26.2458-3.4810
CIE-Lab65.4887-29.4812-7.7970

#49aeac color RGB value is (73,174,172).

#49aeac hex color red value is 73, green value is 174 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #49aeac hue: 0.50 , saturation: 0.41 and the lightness value of 49aeac is 0.48.

The process color (four color CMYK) of #49aeac color hex is 0.58, 0.00, 0.01, 0.32. Web safe color of #49aeac is #339999. Color #49aeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101110 10101100
Octal 111 256 254
Decimal 73 174 172
Hex 49 AE AC

RGB Percentages of Color #49aeac

%17.42
%41.53
%41.05

CMYK Percentages of Color #49aeac

%58
%0
%1
%32

Triadic Colors of #49aeac

#49aeac #ac49ae #aeac49

Analogous Colors of #49aeac

#49aeac #497eae #49ae7a

Monochromatic Colors of #49aeac

#49aeac

Complementary Color

#49aeac #ae494b

#49aeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49aeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#49aeac Color CSS Codes

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

#49aeac Text Font Color

<p style="color:#49aeac">Text here</p>

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


#49aeac Background Color

<div style="background-color:#49aeac">
Div content here</div>

This div background color is #49aeac


#49aeac Border Color

<div style="border:3px solid #49aeac">
Div here</div>

This div border color is #49aeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49aeac


Comments

No comments written yet.

Please login to write comment.