Color Hex Logo

#37bfba Color Hex

#37BFBA
(55,191,186)
0 Favorites   0 Comments

Color spaces of #37bfba

RGB 55191186
HSL0.490.550.48
HSV178°71°75°
CMYK 0.710.000.03   0.25
XYZ29.069341.619052.9555
Yxy41.61900.23510.3366
Hunter Lab64.5128-32.4657-3.5094
CIE-Lab70.6074-36.4330-7.9593

#37bfba color RGB value is (55,191,186).

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

The process color (four color CMYK) of #37bfba color hex is 0.71, 0.00, 0.03, 0.25. Web safe color of #37bfba is #33cccc. Color #37bfba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10111111 10111010
Octal 67 277 272
Decimal 55 191 186
Hex 37 BF BA

RGB Percentages of Color #37bfba

%12.73
%44.21
%43.06

CMYK Percentages of Color #37bfba

%71
%0
%3
%25

Triadic Colors of #37bfba

#37bfba #ba37bf #bfba37

Analogous Colors of #37bfba

#37bfba #3780bf #37bf76

Monochromatic Colors of #37bfba

#37bfba

Complementary Color

#37bfba #bf373c

#37bfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37bfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#37bfba Color CSS Codes

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

#37bfba Text Font Color

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

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


#37bfba Background Color

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

This div background color is #37bfba


#37bfba Border Color

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

This div border color is #37bfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37bfba


Comments

No comments written yet.

Please login to write comment.