Color Hex Logo

#37bacb Color Hex

#37BACB
(55,186,203)
0 Favorites   0 Comments

Color spaces of #37bacb

RGB 55186203
HSL0.520.590.51
HSV187°73°80°
CMYK 0.730.080.00   0.20
XYZ29.913940.241862.6907
Yxy40.24180.22520.3029
Hunter Lab63.4364-26.8408-14.1875
CIE-Lab69.6414-29.0375-18.7262

#37bacb color RGB value is (55,186,203).

#37bacb hex color red value is 55, green value is 186 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #37bacb hue: 0.52 , saturation: 0.59 and the lightness value of 37bacb is 0.51.

The process color (four color CMYK) of #37bacb color hex is 0.73, 0.08, 0.00, 0.20. Web safe color of #37bacb is #33cccc. Color #37bacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10111010 11001011
Octal 67 272 313
Decimal 55 186 203
Hex 37 BA CB

RGB Percentages of Color #37bacb

%12.39
%41.89
%45.72

CMYK Percentages of Color #37bacb

%73
%8
%0
%20

Triadic Colors of #37bacb

#37bacb #cb37ba #bacb37

Analogous Colors of #37bacb

#37bacb #3770cb #37cb92

Monochromatic Colors of #37bacb

#37bacb

Complementary Color

#37bacb #cb4837

#37bacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37bacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#37bacb Color CSS Codes

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

#37bacb Text Font Color

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

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


#37bacb Background Color

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

This div background color is #37bacb


#37bacb Border Color

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

This div border color is #37bacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37bacb


Comments

No comments written yet.

Please login to write comment.