Color Hex Logo

#379bad Color Hex

#379BAD
(55,155,173)
0 Favorites   0 Comments

Color spaces of #379bad

RGB 55155173
HSL0.530.520.45
HSV189°68°68°
CMYK 0.680.100.00   0.32
XYZ20.839727.272043.7008
Yxy27.27200.22700.2970
Hunter Lab52.2226-20.1582-13.0591
CIE-Lab59.2253-22.7465-17.8288

#379bad color RGB value is (55,155,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011011 10101101
Octal 67 233 255
Decimal 55 155 173
Hex 37 9B AD

RGB Percentages of Color #379bad

%14.36
%40.47
%45.17

CMYK Percentages of Color #379bad

%68
%10
%0
%32

Triadic Colors of #379bad

#379bad #ad379b #9bad37

Analogous Colors of #379bad

#379bad #3760ad #37ad84

Monochromatic Colors of #379bad

#379bad

Complementary Color

#379bad #ad4937

#379bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#379bad Color CSS Codes

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

#379bad Text Font Color

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

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


#379bad Background Color

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

This div background color is #379bad


#379bad Border Color

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

This div border color is #379bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379bad


Comments

No comments written yet.

Please login to write comment.