Color Hex Logo

#378caa Color Hex

#378CAA
(55,140,170)
0 Favorites   0 Comments

Color spaces of #378caa

RGB 55140170
HSL0.540.510.44
HSV196°68°67°
CMYK 0.680.180.00   0.33
XYZ18.209322.470741.4078
Yxy22.47070.22180.2737
Hunter Lab47.4033-14.3875-18.6088
CIE-Lab54.5229-15.7376-23.3096

#378caa color RGB value is (55,140,170).

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

The process color (four color CMYK) of #378caa color hex is 0.68, 0.18, 0.00, 0.33. Web safe color of #378caa is #339999. Color #378caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001100 10101010
Octal 67 214 252
Decimal 55 140 170
Hex 37 8C AA

RGB Percentages of Color #378caa

%15.07
%38.36
%46.58

CMYK Percentages of Color #378caa

%68
%18
%0
%33

Triadic Colors of #378caa

#378caa #aa378c #8caa37

Analogous Colors of #378caa

#378caa #3753aa #37aa8f

Monochromatic Colors of #378caa

#378caa

Complementary Color

#378caa #aa5537

#378caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#378caa Color CSS Codes

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

#378caa Text Font Color

<p style="color:#378caa">Text here</p>

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


#378caa Background Color

<div style="background-color:#378caa">
Div content here</div>

This div background color is #378caa


#378caa Border Color

<div style="border:3px solid #378caa">
Div here</div>

This div border color is #378caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378caa


Comments

No comments written yet.

Please login to write comment.