Color Hex Logo

#37bbae Color Hex

#37BBAE
(55,187,174)
0 Favorites   0 Comments

Color spaces of #37bbae

RGB 55187174
HSL0.480.550.47
HSV174°71°73°
CMYK 0.710.000.07   0.27
XYZ26.985939.408946.2288
Yxy39.40890.23960.3499
Hunter Lab62.7765-33.12660.2822
CIE-Lab69.0464-37.9528-3.6873

#37bbae color RGB value is (55,187,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10111011 10101110
Octal 67 273 256
Decimal 55 187 174
Hex 37 BB AE

RGB Percentages of Color #37bbae

%13.22
%44.95
%41.83

CMYK Percentages of Color #37bbae

%71
%0
%7
%27

Triadic Colors of #37bbae

#37bbae #ae37bb #bbae37

Analogous Colors of #37bbae

#37bbae #3786bb #37bb6c

Monochromatic Colors of #37bbae

#37bbae

Complementary Color

#37bbae #bb3744

#37bbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37bbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#37bbae Color CSS Codes

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

#37bbae Text Font Color

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

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


#37bbae Background Color

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

This div background color is #37bbae


#37bbae Border Color

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

This div border color is #37bbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37bbae


Comments

No comments written yet.

Please login to write comment.