Color Hex Logo

#379daa Color Hex

#379DAA
(55,157,170)
0 Favorites   0 Comments

Color spaces of #379daa

RGB 55157170
HSL0.520.510.44
HSV187°68°67°
CMYK 0.680.080.00   0.33
XYZ20.888227.828442.3007
Yxy27.82840.22950.3057
Hunter Lab52.7526-21.6373-10.6160
CIE-Lab59.7334-24.7031-15.3601

#379daa color RGB value is (55,157,170).

#379daa hex color red value is 55, green value is 157 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #379daa hue: 0.52 , saturation: 0.51 and the lightness value of 379daa is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011101 10101010
Octal 67 235 252
Decimal 55 157 170
Hex 37 9D AA

RGB Percentages of Color #379daa

%14.40
%41.10
%44.50

CMYK Percentages of Color #379daa

%68
%8
%0
%33

Triadic Colors of #379daa

#379daa #aa379d #9daa37

Analogous Colors of #379daa

#379daa #3763aa #37aa7e

Monochromatic Colors of #379daa

#379daa

Complementary Color

#379daa #aa4437

#379daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#379daa Color CSS Codes

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

#379daa Text Font Color

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

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


#379daa Background Color

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

This div background color is #379daa


#379daa Border Color

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

This div border color is #379daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379daa


Comments

No comments written yet.

Please login to write comment.