Color Hex Logo

#37bcaa Color Hex

#37BCAA
(55,188,170)
0 Favorites   0 Comments

Color spaces of #37bcaa

RGB 55188170
HSL0.480.550.48
HSV172°71°74°
CMYK 0.710.000.10   0.26
XYZ26.814539.680944.2761
Yxy39.68090.24210.3582
Hunter Lab62.9928-34.25422.4214
CIE-Lab69.2416-39.4914-1.2037

#37bcaa color RGB value is (55,188,170).

#37bcaa hex color red value is 55, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #37bcaa hue: 0.48 , saturation: 0.55 and the lightness value of 37bcaa is 0.48.

The process color (four color CMYK) of #37bcaa color hex is 0.71, 0.00, 0.10, 0.26. Web safe color of #37bcaa is #33cc99. Color #37bcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10111100 10101010
Octal 67 274 252
Decimal 55 188 170
Hex 37 BC AA

RGB Percentages of Color #37bcaa

%13.32
%45.52
%41.16

CMYK Percentages of Color #37bcaa

%71
%0
%10
%26

Triadic Colors of #37bcaa

#37bcaa #aa37bc #bcaa37

Analogous Colors of #37bcaa

#37bcaa #378cbc #37bc68

Monochromatic Colors of #37bcaa

#37bcaa

Complementary Color

#37bcaa #bc3749

#37bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#37bcaa Color CSS Codes

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

#37bcaa Text Font Color

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

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


#37bcaa Background Color

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

This div background color is #37bcaa


#37bcaa Border Color

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

This div border color is #37bcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37bcaa


Comments

No comments written yet.

Please login to write comment.