Color Hex Logo

#379bac Color Hex

#379BAC
(55,155,172)
0 Favorites   0 Comments

Color spaces of #379bac

RGB 55155172
HSL0.520.520.45
HSV189°68°67°
CMYK 0.680.100.00   0.33
XYZ20.743327.233543.1930
Yxy27.23350.22750.2987
Hunter Lab52.1857-20.3731-12.5430
CIE-Lab59.1898-23.0595-17.3162

#379bac color RGB value is (55,155,172).

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

The process color (four color CMYK) of #379bac color hex is 0.68, 0.10, 0.00, 0.33. Web safe color of #379bac is #339999. Color #379bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011011 10101100
Octal 67 233 254
Decimal 55 155 172
Hex 37 9B AC

RGB Percentages of Color #379bac

%14.40
%40.58
%45.03

CMYK Percentages of Color #379bac

%68
%10
%0
%33

Triadic Colors of #379bac

#379bac #ac379b #9bac37

Analogous Colors of #379bac

#379bac #3760ac #37ac83

Monochromatic Colors of #379bac

#379bac

Complementary Color

#379bac #ac4837

#379bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#379bac Color CSS Codes

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

#379bac Text Font Color

<p style="color:#379bac">Text here</p>

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


#379bac Background Color

<div style="background-color:#379bac">
Div content here</div>

This div background color is #379bac


#379bac Border Color

<div style="border:3px solid #379bac">
Div here</div>

This div border color is #379bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379bac


Comments

No comments written yet.

Please login to write comment.