Color Hex Logo

#37a6af Color Hex

#37A6AF
(55,166,175)
0 Favorites   0 Comments

Color spaces of #37a6af

RGB 55166175
HSL0.510.520.45
HSV185°69°69°
CMYK 0.690.050.00   0.31
XYZ22.949631.179845.3662
Yxy31.17980.23070.3134
Hunter Lab55.8389-24.3551-9.0828
CIE-Lab62.6591-27.6979-13.7591

#37a6af color RGB value is (55,166,175).

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

The process color (four color CMYK) of #37a6af color hex is 0.69, 0.05, 0.00, 0.31. Web safe color of #37a6af is #339999. Color #37a6af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10100110 10101111
Octal 67 246 257
Decimal 55 166 175
Hex 37 A6 AF

RGB Percentages of Color #37a6af

%13.89
%41.92
%44.19

CMYK Percentages of Color #37a6af

%69
%5
%0
%31

Triadic Colors of #37a6af

#37a6af #af37a6 #a6af37

Analogous Colors of #37a6af

#37a6af #376aaf #37af7c

Monochromatic Colors of #37a6af

#37a6af

Complementary Color

#37a6af #af4037

#37a6af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37a6af Color Preview on White Background

Lorem ipsum dolor sit amet.

#37a6af Color CSS Codes

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

#37a6af Text Font Color

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

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


#37a6af Background Color

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

This div background color is #37a6af


#37a6af Border Color

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

This div border color is #37a6af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37a6af


Comments

No comments written yet.

Please login to write comment.