Color Hex Logo

#37eabd Color Hex

#37EABD
(55,234,189)
0 Favorites   0 Comments

Color spaces of #37eabd

RGB 55234189
HSL0.460.810.57
HSV165°76°92°
CMYK 0.760.000.19   0.08
XYZ40.183763.332058.2505
Yxy63.33200.24840.3915
Hunter Lab79.5814-49.136012.3090
CIE-Lab83.6168-54.11559.3940

#37eabd color RGB value is (55,234,189).

#37eabd hex color red value is 55, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #37eabd hue: 0.46 , saturation: 0.81 and the lightness value of 37eabd is 0.57.

The process color (four color CMYK) of #37eabd color hex is 0.76, 0.00, 0.19, 0.08. Web safe color of #37eabd is #33ffcc. Color #37eabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 11101010 10111101
Octal 67 352 275
Decimal 55 234 189
Hex 37 EA BD

RGB Percentages of Color #37eabd

%11.51
%48.95
%39.54

CMYK Percentages of Color #37eabd

%76
%0
%19
%8

Triadic Colors of #37eabd

#37eabd #bd37ea #eabd37

Analogous Colors of #37eabd

#37eabd #37beea #37ea64

Monochromatic Colors of #37eabd

#37eabd

Complementary Color

#37eabd #ea3764

#37eabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37eabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#37eabd Color CSS Codes

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

#37eabd Text Font Color

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

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


#37eabd Background Color

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

This div background color is #37eabd


#37eabd Border Color

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

This div border color is #37eabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37eabd


Comments

No comments written yet.

Please login to write comment.