Color Hex Logo

#37bfbc Color Hex

#37BFBC
(55,191,188)
0 Favorites   0 Comments

Color spaces of #37bfbc

RGB 55191188
HSL0.500.550.48
HSV179°71°75°
CMYK 0.710.000.02   0.25
XYZ29.283541.704754.0834
Yxy41.70470.23410.3334
Hunter Lab64.5792-32.0725-4.4484
CIE-Lab70.6668-35.8636-8.9657

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10111111 10111100
Octal 67 277 274
Decimal 55 191 188
Hex 37 BF BC

RGB Percentages of Color #37bfbc

%12.67
%44.01
%43.32

CMYK Percentages of Color #37bfbc

%71
%0
%2
%25

Triadic Colors of #37bfbc

#37bfbc #bc37bf #bfbc37

Analogous Colors of #37bfbc

#37bfbc #377ebf #37bf78

Monochromatic Colors of #37bfbc

#37bfbc

Complementary Color

#37bfbc #bf373a

#37bfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37bfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#37bfbc Color CSS Codes

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

#37bfbc Text Font Color

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

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


#37bfbc Background Color

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

This div background color is #37bfbc


#37bfbc Border Color

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

This div border color is #37bfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37bfbc


Comments

No comments written yet.

Please login to write comment.