Color Hex Logo

#37bfbf Color Hex

#37BFBF
(55,191,191)
0 Favorites   0 Comments

Color spaces of #37bfbf

RGB 55191191
HSL0.500.550.48
HSV180°71°75°
CMYK 0.710.000.00   0.25
XYZ29.610341.835455.8046
Yxy41.83540.23270.3288
Hunter Lab64.6803-31.4741-5.8778
CIE-Lab70.7573-35.0019-10.4725

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10111111 10111111
Octal 67 277 277
Decimal 55 191 191
Hex 37 BF BF

RGB Percentages of Color #37bfbf

%12.59
%43.71
%43.71

CMYK Percentages of Color #37bfbf

%71
%0
%0
%25

Triadic Colors of #37bfbf

#37bfbf #bf37bf #bfbf37

Analogous Colors of #37bfbf

#37bfbf #377bbf #37bf7b

Monochromatic Colors of #37bfbf

#37bfbf

Complementary Color

#37bfbf #bf3737

#37bfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37bfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#37bfbf Color CSS Codes

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

#37bfbf Text Font Color

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

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


#37bfbf Background Color

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

This div background color is #37bfbf


#37bfbf Border Color

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

This div border color is #37bfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37bfbf


Comments

No comments written yet.

Please login to write comment.