Color Hex Logo

#37bebe Color Hex

#37BEBE
(55,190,190)
0 Favorites   0 Comments

Color spaces of #37bebe

RGB 55190190
HSL0.500.550.48
HSV180°71°75°
CMYK 0.710.000.00   0.25
XYZ29.283341.356855.1545
Yxy41.35680.23280.3288
Hunter Lab64.3093-31.2610-5.8333
CIE-Lab70.4252-34.8227-10.4212

#37bebe color RGB value is (55,190,190).

#37bebe hex color red value is 55, green value is 190 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #37bebe hue: 0.50 , saturation: 0.55 and the lightness value of 37bebe is 0.48.

The process color (four color CMYK) of #37bebe color hex is 0.71, 0.00, 0.00, 0.25. Web safe color of #37bebe is #33cccc. Color #37bebe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10111110 10111110
Octal 67 276 276
Decimal 55 190 190
Hex 37 BE BE

RGB Percentages of Color #37bebe

%12.64
%43.68
%43.68

CMYK Percentages of Color #37bebe

%71
%0
%0
%25

Triadic Colors of #37bebe

#37bebe #be37be #bebe37

Analogous Colors of #37bebe

#37bebe #377bbe #37be7b

Monochromatic Colors of #37bebe

#37bebe

Complementary Color

#37bebe #be3737

#37bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#37bebe Color CSS Codes

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

#37bebe Text Font Color

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

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


#37bebe Background Color

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

This div background color is #37bebe


#37bebe Border Color

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

This div border color is #37bebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37bebe


Comments

No comments written yet.

Please login to write comment.