Color Hex Logo

#49acad Color Hex

#49ACAD
(73,172,173)
0 Favorites   0 Comments

Color spaces of #49acad

RGB 73172173
HSL0.500.410.48
HSV181°58°68°
CMYK 0.580.010.00   0.32
XYZ25.043033.938644.7661
Yxy33.93860.24140.3271
Hunter Lab58.2568-25.2173-4.7802
CIE-Lab64.9138-28.2236-9.2101

#49acad color RGB value is (73,172,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101100 10101101
Octal 111 254 255
Decimal 73 172 173
Hex 49 AC AD

RGB Percentages of Color #49acad

%17.46
%41.15
%41.39

CMYK Percentages of Color #49acad

%58
%1
%0
%32

Triadic Colors of #49acad

#49acad #ad49ac #acad49

Analogous Colors of #49acad

#49acad #497aad #49ad7c

Monochromatic Colors of #49acad

#49acad

Complementary Color

#49acad #ad4a49

#49acad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49acad Color Preview on White Background

Lorem ipsum dolor sit amet.

#49acad Color CSS Codes

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

#49acad Text Font Color

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

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


#49acad Background Color

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

This div background color is #49acad


#49acad Border Color

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

This div border color is #49acad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49acad


Comments

No comments written yet.

Please login to write comment.