Color Hex Logo

#37abaa Color Hex

#37ABAA
(55,171,170)
0 Favorites   0 Comments

Color spaces of #37abaa

RGB 55171170
HSL0.500.510.44
HSV179°68°67°
CMYK 0.680.000.01   0.33
XYZ23.394232.840343.1360
Yxy32.84030.23540.3305
Hunter Lab57.3065-27.4173-4.5145
CIE-Lab64.0314-31.6151-8.9041

#37abaa color RGB value is (55,171,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10101011 10101010
Octal 67 253 252
Decimal 55 171 170
Hex 37 AB AA

RGB Percentages of Color #37abaa

%13.89
%43.18
%42.93

CMYK Percentages of Color #37abaa

%68
%0
%1
%33

Triadic Colors of #37abaa

#37abaa #aa37ab #abaa37

Analogous Colors of #37abaa

#37abaa #3772ab #37ab70

Monochromatic Colors of #37abaa

#37abaa

Complementary Color

#37abaa #ab3738

#37abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#37abaa Color CSS Codes

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

#37abaa Text Font Color

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

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


#37abaa Background Color

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

This div background color is #37abaa


#37abaa Border Color

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

This div border color is #37abaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,171,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37abaa


Comments

No comments written yet.

Please login to write comment.