Color Hex Logo

#49acaf Color Hex

#49ACAF
(73,172,175)
0 Favorites   0 Comments

Color spaces of #49acaf

RGB 73172175
HSL0.500.410.49
HSV182°58°69°
CMYK 0.580.020.00   0.31
XYZ25.238034.016745.7931
Yxy34.01670.24030.3238
Hunter Lab58.3238-24.8259-5.7250
CIE-Lab64.9758-27.6611-10.2319

#49acaf color RGB value is (73,172,175).

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

The process color (four color CMYK) of #49acaf color hex is 0.58, 0.02, 0.00, 0.31. Web safe color of #49acaf is #339999. Color #49acaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101100 10101111
Octal 111 254 257
Decimal 73 172 175
Hex 49 AC AF

RGB Percentages of Color #49acaf

%17.38
%40.95
%41.67

CMYK Percentages of Color #49acaf

%58
%2
%0
%31

Triadic Colors of #49acaf

#49acaf #af49ac #acaf49

Analogous Colors of #49acaf

#49acaf #4979af #49af7f

Monochromatic Colors of #49acaf

#49acaf

Complementary Color

#49acaf #af4c49

#49acaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49acaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#49acaf Color CSS Codes

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

#49acaf Text Font Color

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

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


#49acaf Background Color

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

This div background color is #49acaf


#49acaf Border Color

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

This div border color is #49acaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49acaf


Comments

No comments written yet.

Please login to write comment.