Color Hex Logo

#37aaac Color Hex

#37AAAC
(55,170,172)
0 Favorites   0 Comments

Color spaces of #37aaac

RGB 55170172
HSL0.500.520.45
HSV181°68°67°
CMYK 0.680.010.00   0.33
XYZ23.396732.540244.0775
Yxy32.54020.23390.3254
Hunter Lab57.0440-26.6150-5.8821
CIE-Lab63.7869-30.5500-10.3867

#37aaac color RGB value is (55,170,172).

#37aaac hex color red value is 55, green value is 170 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #37aaac hue: 0.50 , saturation: 0.52 and the lightness value of 37aaac is 0.45.

The process color (four color CMYK) of #37aaac color hex is 0.68, 0.01, 0.00, 0.33. Web safe color of #37aaac is #339999. Color #37aaac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10101010 10101100
Octal 67 252 254
Decimal 55 170 172
Hex 37 AA AC

RGB Percentages of Color #37aaac

%13.85
%42.82
%43.32

CMYK Percentages of Color #37aaac

%68
%1
%0
%33

Triadic Colors of #37aaac

#37aaac #ac37aa #aaac37

Analogous Colors of #37aaac

#37aaac #3770ac #37ac74

Monochromatic Colors of #37aaac

#37aaac

Complementary Color

#37aaac #ac3937

#37aaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37aaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#37aaac Color CSS Codes

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

#37aaac Text Font Color

<p style="color:#37aaac">Text here</p>

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


#37aaac Background Color

<div style="background-color:#37aaac">
Div content here</div>

This div background color is #37aaac


#37aaac Border Color

<div style="border:3px solid #37aaac">
Div here</div>

This div border color is #37aaac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,170,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 #37aaac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37aaac


Comments

No comments written yet.

Please login to write comment.