Color Hex Logo

#37cdbd Color Hex

#37CDBD
(55,205,189)
0 Favorites   0 Comments

Color spaces of #37cdbd

RGB 55205189
HSL0.480.600.51
HSV174°73°80°
CMYK 0.730.000.08   0.20
XYZ32.592248.149055.7200
Yxy48.14900.23880.3528
Hunter Lab69.3895-37.59020.9626
CIE-Lab74.9188-41.9234-3.2165

#37cdbd color RGB value is (55,205,189).

#37cdbd hex color red value is 55, green value is 205 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #37cdbd hue: 0.48 , saturation: 0.60 and the lightness value of 37cdbd is 0.51.

The process color (four color CMYK) of #37cdbd color hex is 0.73, 0.00, 0.08, 0.20. Web safe color of #37cdbd is #33cccc. Color #37cdbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 11001101 10111101
Octal 67 315 275
Decimal 55 205 189
Hex 37 CD BD

RGB Percentages of Color #37cdbd

%12.25
%45.66
%42.09

CMYK Percentages of Color #37cdbd

%73
%0
%8
%20

Triadic Colors of #37cdbd

#37cdbd #bd37cd #cdbd37

Analogous Colors of #37cdbd

#37cdbd #3792cd #37cd72

Monochromatic Colors of #37cdbd

#37cdbd

Complementary Color

#37cdbd #cd3747

#37cdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37cdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#37cdbd Color CSS Codes

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

#37cdbd Text Font Color

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

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


#37cdbd Background Color

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

This div background color is #37cdbd


#37cdbd Border Color

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

This div border color is #37cdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37cdbd


Comments

No comments written yet.

Please login to write comment.