Color Hex Logo

#37dfbd Color Hex

#37DFBD
(55,223,189)
0 Favorites   0 Comments

Color spaces of #37dfbd

RGB 55223189
HSL0.470.720.55
HSV168°75°87°
CMYK 0.750.000.15   0.13
XYZ37.148557.261757.2388
Yxy57.26170.24500.3776
Hunter Lab75.6715-44.79628.1224
CIE-Lab80.3266-49.63044.6667

#37dfbd color RGB value is (55,223,189).

#37dfbd hex color red value is 55, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #37dfbd hue: 0.47 , saturation: 0.72 and the lightness value of 37dfbd is 0.55.

The process color (four color CMYK) of #37dfbd color hex is 0.75, 0.00, 0.15, 0.13. Web safe color of #37dfbd is #33cccc. Color #37dfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 11011111 10111101
Octal 67 337 275
Decimal 55 223 189
Hex 37 DF BD

RGB Percentages of Color #37dfbd

%11.78
%47.75
%40.47

CMYK Percentages of Color #37dfbd

%75
%0
%15
%13

Triadic Colors of #37dfbd

#37dfbd #bd37df #dfbd37

Analogous Colors of #37dfbd

#37dfbd #37addf #37df69

Monochromatic Colors of #37dfbd

#37dfbd

Complementary Color

#37dfbd #df3759

#37dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#37dfbd Color CSS Codes

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

#37dfbd Text Font Color

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

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


#37dfbd Background Color

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

This div background color is #37dfbd


#37dfbd Border Color

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

This div border color is #37dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37dfbd


Comments

No comments written yet.

Please login to write comment.