Color Hex Logo

#37efbe Color Hex

#37EFBE
(55,239,190)
0 Favorites   0 Comments

Color spaces of #37efbe

RGB 55239190
HSL0.460.850.58
HSV164°77°94°
CMYK 0.770.000.21   0.06
XYZ41.736366.262959.3055
Yxy66.26290.24950.3961
Hunter Lab81.4020-50.933413.7857
CIE-Lab85.1303-55.867311.0293

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

#37efbe hex color red value is 55, green value is 239 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #37efbe hue: 0.46 , saturation: 0.85 and the lightness value of 37efbe is 0.58.

The process color (four color CMYK) of #37efbe color hex is 0.77, 0.00, 0.21, 0.06. Web safe color of #37efbe is #33ffcc. Color #37efbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 11101111 10111110
Octal 67 357 276
Decimal 55 239 190
Hex 37 EF BE

RGB Percentages of Color #37efbe

%11.36
%49.38
%39.26

CMYK Percentages of Color #37efbe

%77
%0
%21
%6

Triadic Colors of #37efbe

#37efbe #be37ef #efbe37

Analogous Colors of #37efbe

#37efbe #37c4ef #37ef62

Monochromatic Colors of #37efbe

#37efbe

Complementary Color

#37efbe #ef3768

#37efbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37efbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#37efbe Color CSS Codes

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

#37efbe Text Font Color

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

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


#37efbe Background Color

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

This div background color is #37efbe


#37efbe Border Color

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

This div border color is #37efbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37efbe


Comments

No comments written yet.

Please login to write comment.