Color Hex Logo

#37afaf Color Hex

#37AFAF
(55,175,175)
0 Favorites   0 Comments

Color spaces of #37afaf

RGB 55175175
HSL0.500.520.45
HSV180°69°69°
CMYK 0.690.000.00   0.31
XYZ24.643434.567345.9308
Yxy34.56730.23440.3288
Hunter Lab58.7940-28.0714-5.1625
CIE-Lab65.4104-32.0781-9.6327

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

#37afaf hex color red value is 55, green value is 175 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #37afaf hue: 0.50 , saturation: 0.52 and the lightness value of 37afaf is 0.45.

The process color (four color CMYK) of #37afaf color hex is 0.69, 0.00, 0.00, 0.31. Web safe color of #37afaf is #339999. Color #37afaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10101111 10101111
Octal 67 257 257
Decimal 55 175 175
Hex 37 AF AF

RGB Percentages of Color #37afaf

%13.58
%43.21
%43.21

CMYK Percentages of Color #37afaf

%69
%0
%0
%31

Triadic Colors of #37afaf

#37afaf #af37af #afaf37

Analogous Colors of #37afaf

#37afaf #3773af #37af73

Monochromatic Colors of #37afaf

#37afaf

Complementary Color

#37afaf #af3737

#37afaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37afaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#37afaf Color CSS Codes

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

#37afaf Text Font Color

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

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


#37afaf Background Color

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

This div background color is #37afaf


#37afaf Border Color

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

This div border color is #37afaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37afaf


Comments

No comments written yet.

Please login to write comment.