Color Hex Logo

#37b0bb Color Hex

#37B0BB
(55,176,187)
0 Favorites   0 Comments

Color spaces of #37b0bb

RGB 55176187
HSL0.510.550.47
HSV185°71°73°
CMYK 0.710.060.00   0.27
XYZ26.070535.450752.4823
Yxy35.45070.22870.3110
Hunter Lab59.5405-26.0375-10.5832
CIE-Lab66.0981-29.0029-15.2642

#37b0bb color RGB value is (55,176,187).

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

The process color (four color CMYK) of #37b0bb color hex is 0.71, 0.06, 0.00, 0.27. Web safe color of #37b0bb is #3399cc. Color #37b0bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10110000 10111011
Octal 67 260 273
Decimal 55 176 187
Hex 37 B0 BB

RGB Percentages of Color #37b0bb

%13.16
%42.11
%44.74

CMYK Percentages of Color #37b0bb

%71
%6
%0
%27

Triadic Colors of #37b0bb

#37b0bb #bb37b0 #b0bb37

Analogous Colors of #37b0bb

#37b0bb #376ebb #37bb84

Monochromatic Colors of #37b0bb

#37b0bb

Complementary Color

#37b0bb #bb4237

#37b0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37b0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#37b0bb Color CSS Codes

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

#37b0bb Text Font Color

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

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


#37b0bb Background Color

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

This div background color is #37b0bb


#37b0bb Border Color

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

This div border color is #37b0bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37b0bb


Comments

No comments written yet.

Please login to write comment.