Color Hex Logo

#37bbdb Color Hex

#37BBDB
(55,187,219)
0 Favorites   0 Comments

Color spaces of #37bbdb

RGB 55187219
HSL0.530.690.54
HSV192°75°86°
CMYK 0.750.150.00   0.14
XYZ32.132141.467373.3283
Yxy41.46730.21870.2822
Hunter Lab64.3951-23.6229-22.4384
CIE-Lab70.5021-24.5404-26.1660

#37bbdb color RGB value is (55,187,219).

#37bbdb hex color red value is 55, green value is 187 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #37bbdb hue: 0.53 , saturation: 0.69 and the lightness value of 37bbdb is 0.54.

The process color (four color CMYK) of #37bbdb color hex is 0.75, 0.15, 0.00, 0.14. Web safe color of #37bbdb is #33cccc. Color #37bbdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10111011 11011011
Octal 67 273 333
Decimal 55 187 219
Hex 37 BB DB

RGB Percentages of Color #37bbdb

%11.93
%40.56
%47.51

CMYK Percentages of Color #37bbdb

%75
%15
%0
%14

Triadic Colors of #37bbdb

#37bbdb #db37bb #bbdb37

Analogous Colors of #37bbdb

#37bbdb #3769db #37dba9

Monochromatic Colors of #37bbdb

#37bbdb

Complementary Color

#37bbdb #db5737

#37bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#37bbdb Color CSS Codes

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

#37bbdb Text Font Color

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

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


#37bbdb Background Color

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

This div background color is #37bbdb


#37bbdb Border Color

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

This div border color is #37bbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37bbdb


Comments

No comments written yet.

Please login to write comment.