Color Hex Logo

#377cac Color Hex

#377CAC
(55,124,172)
0 Favorites   0 Comments

Color spaces of #377cac

RGB 55124172
HSL0.570.520.45
HSV205°68°67°
CMYK 0.680.280.00   0.33
XYZ16.229618.206141.6885
Yxy18.20610.21320.2392
Hunter Lab42.6686-6.7751-28.0601
CIE-Lab49.7451-5.9927-31.8738

#377cac color RGB value is (55,124,172).

#377cac hex color red value is 55, green value is 124 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #377cac hue: 0.57 , saturation: 0.52 and the lightness value of 377cac is 0.45.

The process color (four color CMYK) of #377cac color hex is 0.68, 0.28, 0.00, 0.33. Web safe color of #377cac is #336699. Color #377cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111100 10101100
Octal 67 174 254
Decimal 55 124 172
Hex 37 7C AC

RGB Percentages of Color #377cac

%15.67
%35.33
%49.00

CMYK Percentages of Color #377cac

%68
%28
%0
%33

Triadic Colors of #377cac

#377cac #ac377c #7cac37

Analogous Colors of #377cac

#377cac #3741ac #37aca2

Monochromatic Colors of #377cac

#377cac

Complementary Color

#377cac #ac6737

#377cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#377cac Color CSS Codes

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

#377cac Text Font Color

<p style="color:#377cac">Text here</p>

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


#377cac Background Color

<div style="background-color:#377cac">
Div content here</div>

This div background color is #377cac


#377cac Border Color

<div style="border:3px solid #377cac">
Div here</div>

This div border color is #377cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377cac


Comments

No comments written yet.

Please login to write comment.