Color Hex Logo

#379abd Color Hex

#379ABD
(55,154,189)
0 Favorites   0 Comments

Color spaces of #379abd

RGB 55154189
HSL0.540.550.48
HSV196°71°74°
CMYK 0.710.190.00   0.26
XYZ22.316527.597652.2948
Yxy27.59760.21830.2700
Hunter Lab52.5334-16.1056-22.2473
CIE-Lab59.5234-17.0718-26.4128

#379abd color RGB value is (55,154,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011010 10111101
Octal 67 232 275
Decimal 55 154 189
Hex 37 9A BD

RGB Percentages of Color #379abd

%13.82
%38.69
%47.49

CMYK Percentages of Color #379abd

%71
%19
%0
%26

Triadic Colors of #379abd

#379abd #bd379a #9abd37

Analogous Colors of #379abd

#379abd #3757bd #37bd9d

Monochromatic Colors of #379abd

#379abd

Complementary Color

#379abd #bd5a37

#379abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#379abd Color CSS Codes

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

#379abd Text Font Color

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

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


#379abd Background Color

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

This div background color is #379abd


#379abd Border Color

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

This div border color is #379abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379abd


Comments

No comments written yet.

Please login to write comment.