Color Hex Logo

#37cfbc Color Hex

#37CFBC
(55,207,188)
0 Favorites   0 Comments

Color spaces of #37cfbc

RGB 55207188
HSL0.480.610.51
HSV173°73°81°
CMYK 0.730.000.09   0.19
XYZ32.965549.068755.3107
Yxy49.06870.24000.3573
Hunter Lab70.0491-38.58272.2190
CIE-Lab75.4940-43.0718-1.8321

#37cfbc color RGB value is (55,207,188).

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

The process color (four color CMYK) of #37cfbc color hex is 0.73, 0.00, 0.09, 0.19. Web safe color of #37cfbc is #33cccc. Color #37cfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 11001111 10111100
Octal 67 317 274
Decimal 55 207 188
Hex 37 CF BC

RGB Percentages of Color #37cfbc

%12.22
%46.00
%41.78

CMYK Percentages of Color #37cfbc

%73
%0
%9
%19

Triadic Colors of #37cfbc

#37cfbc #bc37cf #cfbc37

Analogous Colors of #37cfbc

#37cfbc #3796cf #37cf70

Monochromatic Colors of #37cfbc

#37cfbc

Complementary Color

#37cfbc #cf374a

#37cfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37cfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#37cfbc Color CSS Codes

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

#37cfbc Text Font Color

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

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


#37cfbc Background Color

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

This div background color is #37cfbc


#37cfbc Border Color

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

This div border color is #37cfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37cfbc


Comments

No comments written yet.

Please login to write comment.