Color Hex Logo

#37baca Color Hex

#37BACA
(55,186,202)
0 Favorites   0 Comments

Color spaces of #37baca

RGB 55186202
HSL0.520.580.50
HSV187°73°79°
CMYK 0.730.080.00   0.21
XYZ29.795140.194362.0650
Yxy40.19430.22560.3044
Hunter Lab63.3990-27.0600-13.6632
CIE-Lab69.6077-29.3431-18.2289

#37baca color RGB value is (55,186,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10111010 11001010
Octal 67 272 312
Decimal 55 186 202
Hex 37 BA CA

RGB Percentages of Color #37baca

%12.42
%41.99
%45.60

CMYK Percentages of Color #37baca

%73
%8
%0
%21

Triadic Colors of #37baca

#37baca #ca37ba #baca37

Analogous Colors of #37baca

#37baca #3771ca #37ca91

Monochromatic Colors of #37baca

#37baca

Complementary Color

#37baca #ca4737

#37baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#37baca Color CSS Codes

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

#37baca Text Font Color

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

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


#37baca Background Color

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

This div background color is #37baca


#37baca Border Color

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

This div border color is #37baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37baca


Comments

No comments written yet.

Please login to write comment.