Color Hex Logo

#37acbd Color Hex

#37ACBD
(55,172,189)
0 Favorites   0 Comments

Color spaces of #37acbd

RGB 55172189
HSL0.520.550.48
HSV188°71°74°
CMYK 0.710.090.00   0.26
XYZ25.513433.991453.3604
Yxy33.99140.22610.3012
Hunter Lab58.3021-23.9160-13.4530
CIE-Lab64.9557-26.4099-18.1034

#37acbd color RGB value is (55,172,189).

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

The process color (four color CMYK) of #37acbd color hex is 0.71, 0.09, 0.00, 0.26. Web safe color of #37acbd is #3399cc. Color #37acbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10101100 10111101
Octal 67 254 275
Decimal 55 172 189
Hex 37 AC BD

RGB Percentages of Color #37acbd

%13.22
%41.35
%45.43

CMYK Percentages of Color #37acbd

%71
%9
%0
%26

Triadic Colors of #37acbd

#37acbd #bd37ac #acbd37

Analogous Colors of #37acbd

#37acbd #3769bd #37bd8b

Monochromatic Colors of #37acbd

#37acbd

Complementary Color

#37acbd #bd4837

#37acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#37acbd Color CSS Codes

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

#37acbd Text Font Color

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

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


#37acbd Background Color

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

This div background color is #37acbd


#37acbd Border Color

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

This div border color is #37acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37acbd


Comments

No comments written yet.

Please login to write comment.