Color Hex Logo

#37afba Color Hex

#37AFBA
(55,175,186)
0 Favorites   0 Comments

Color spaces of #37afba

RGB 55175186
HSL0.510.540.47
HSV185°70°73°
CMYK 0.700.060.00   0.27
XYZ25.768435.017351.8553
Yxy35.01730.22880.3109
Hunter Lab59.1754-25.8278-10.5329
CIE-Lab65.7621-28.8147-15.2164

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

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

The process color (four color CMYK) of #37afba color hex is 0.70, 0.06, 0.00, 0.27. Web safe color of #37afba is #3399cc. Color #37afba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10101111 10111010
Octal 67 257 272
Decimal 55 175 186
Hex 37 AF BA

RGB Percentages of Color #37afba

%13.22
%42.07
%44.71

CMYK Percentages of Color #37afba

%70
%6
%0
%27

Triadic Colors of #37afba

#37afba #ba37af #afba37

Analogous Colors of #37afba

#37afba #376eba #37ba84

Monochromatic Colors of #37afba

#37afba

Complementary Color

#37afba #ba4237

#37afba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37afba Color Preview on White Background

Lorem ipsum dolor sit amet.

#37afba Color CSS Codes

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

#37afba Text Font Color

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

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


#37afba Background Color

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

This div background color is #37afba


#37afba Border Color

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

This div border color is #37afba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37afba


Comments

No comments written yet.

Please login to write comment.