Color Hex Logo

#37cfaf Color Hex

#37CFAF
(55,207,175)
0 Favorites   0 Comments

Color spaces of #37cfaf

RGB 55207175
HSL0.460.610.51
HSV167°73°81°
CMYK 0.730.000.15   0.19
XYZ31.626248.533048.2584
Yxy48.53300.24630.3779
Hunter Lab69.6656-40.88107.6949
CIE-Lab75.1599-46.45474.6847

#37cfaf color RGB value is (55,207,175).

#37cfaf hex color red value is 55, green value is 207 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #37cfaf hue: 0.46 , saturation: 0.61 and the lightness value of 37cfaf is 0.51.

The process color (four color CMYK) of #37cfaf color hex is 0.73, 0.00, 0.15, 0.19. Web safe color of #37cfaf is #33cc99. Color #37cfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 11001111 10101111
Octal 67 317 257
Decimal 55 207 175
Hex 37 CF AF

RGB Percentages of Color #37cfaf

%12.59
%47.37
%40.05

CMYK Percentages of Color #37cfaf

%73
%0
%15
%19

Triadic Colors of #37cfaf

#37cfaf #af37cf #cfaf37

Analogous Colors of #37cfaf

#37cfaf #37a3cf #37cf63

Monochromatic Colors of #37cfaf

#37cfaf

Complementary Color

#37cfaf #cf3757

#37cfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37cfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#37cfaf Color CSS Codes

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

#37cfaf Text Font Color

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

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


#37cfaf Background Color

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

This div background color is #37cfaf


#37cfaf Border Color

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

This div border color is #37cfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37cfaf


Comments

No comments written yet.

Please login to write comment.