Color Hex Logo

#37bccb Color Hex

#37BCCB
(55,188,203)
0 Favorites   0 Comments

Color spaces of #37bccb

RGB 55188203
HSL0.520.590.51
HSV186°73°80°
CMYK 0.730.070.00   0.20
XYZ30.338341.090562.8322
Yxy41.09050.22600.3060
Hunter Lab64.1019-27.6973-13.2443
CIE-Lab70.2393-30.0137-17.8205

#37bccb color RGB value is (55,188,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10111100 11001011
Octal 67 274 313
Decimal 55 188 203
Hex 37 BC CB

RGB Percentages of Color #37bccb

%12.33
%42.15
%45.52

CMYK Percentages of Color #37bccb

%73
%7
%0
%20

Triadic Colors of #37bccb

#37bccb #cb37bc #bccb37

Analogous Colors of #37bccb

#37bccb #3772cb #37cb90

Monochromatic Colors of #37bccb

#37bccb

Complementary Color

#37bccb #cb4637

#37bccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37bccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#37bccb Color CSS Codes

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

#37bccb Text Font Color

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

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


#37bccb Background Color

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

This div background color is #37bccb


#37bccb Border Color

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

This div border color is #37bccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,188,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 #37bccb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37bccb


Comments

No comments written yet.

Please login to write comment.