Color Hex Logo

#37abaf Color Hex

#37ABAF
(55,171,175)
0 Favorites   0 Comments

Color spaces of #37abaf

RGB 55171175
HSL0.510.520.45
HSV182°69°69°
CMYK 0.690.020.00   0.31
XYZ23.876333.033245.6751
Yxy33.03320.23270.3220
Hunter Lab57.4745-26.4272-6.8857
CIE-Lab64.1878-30.1514-11.4618

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10101011 10101111
Octal 67 253 257
Decimal 55 171 175
Hex 37 AB AF

RGB Percentages of Color #37abaf

%13.72
%42.64
%43.64

CMYK Percentages of Color #37abaf

%69
%2
%0
%31

Triadic Colors of #37abaf

#37abaf #af37ab #abaf37

Analogous Colors of #37abaf

#37abaf #376faf #37af77

Monochromatic Colors of #37abaf

#37abaf

Complementary Color

#37abaf #af3b37

#37abaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37abaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#37abaf Color CSS Codes

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

#37abaf Text Font Color

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

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


#37abaf Background Color

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

This div background color is #37abaf


#37abaf Border Color

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

This div border color is #37abaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37abaf


Comments

No comments written yet.

Please login to write comment.