Color Hex Logo

#37bdaa Color Hex

#37BDAA
(55,189,170)
0 Favorites   0 Comments

Color spaces of #37bdaa

RGB 55189170
HSL0.480.550.48
HSV171°71°74°
CMYK 0.710.000.10   0.26
XYZ27.028840.109744.3476
Yxy40.10970.24240.3598
Hunter Lab63.3322-34.65152.8155
CIE-Lab69.5476-39.9389-0.7560

#37bdaa color RGB value is (55,189,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10111101 10101010
Octal 67 275 252
Decimal 55 189 170
Hex 37 BD AA

RGB Percentages of Color #37bdaa

%13.29
%45.65
%41.06

CMYK Percentages of Color #37bdaa

%71
%0
%10
%26

Triadic Colors of #37bdaa

#37bdaa #aa37bd #bdaa37

Analogous Colors of #37bdaa

#37bdaa #378dbd #37bd67

Monochromatic Colors of #37bdaa

#37bdaa

Complementary Color

#37bdaa #bd374a

#37bdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37bdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#37bdaa Color CSS Codes

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

#37bdaa Text Font Color

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

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


#37bdaa Background Color

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

This div background color is #37bdaa


#37bdaa Border Color

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

This div border color is #37bdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37bdaa


Comments

No comments written yet.

Please login to write comment.