Color Hex Logo

#37efaa Color Hex

#37EFAA
(55,239,170)
0 Favorites   0 Comments

Color spaces of #37efaa

RGB 55239170
HSL0.440.850.58
HSV158°77°94°
CMYK 0.770.000.29   0.06
XYZ39.697765.447548.5706
Yxy65.44750.25830.4258
Hunter Lab80.8996-53.983821.0332
CIE-Lab84.7138-60.363120.8289

#37efaa color RGB value is (55,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 11101111 10101010
Octal 67 357 252
Decimal 55 239 170
Hex 37 EF AA

RGB Percentages of Color #37efaa

%11.85
%51.51
%36.64

CMYK Percentages of Color #37efaa

%77
%0
%29
%6

Triadic Colors of #37efaa

#37efaa #aa37ef #efaa37

Analogous Colors of #37efaa

#37efaa #37d8ef #37ef4e

Monochromatic Colors of #37efaa

#37efaa

Complementary Color

#37efaa #ef377c

#37efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#37efaa Color CSS Codes

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

#37efaa Text Font Color

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

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


#37efaa Background Color

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

This div background color is #37efaa


#37efaa Border Color

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

This div border color is #37efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37efaa


Comments

No comments written yet.

Please login to write comment.