Color Hex Logo

#378896 Color Hex

#378896
(55,136,150)
0 Favorites   0 Comments

Color spaces of #378896

RGB 55136150
HSL0.520.460.40
HSV189°63°59°
CMYK 0.630.090.00   0.41
XYZ15.884720.622631.9975
Yxy20.62260.23190.3010
Hunter Lab45.4121-17.0337-9.9874
CIE-Lab52.5340-19.9925-14.8065

#378896 color RGB value is (55,136,150).

#378896 hex color red value is 55, green value is 136 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #378896 hue: 0.52 , saturation: 0.46 and the lightness value of 378896 is 0.40.

The process color (four color CMYK) of #378896 color hex is 0.63, 0.09, 0.00, 0.41. Web safe color of #378896 is #339999. Color #378896 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001000 10010110
Octal 67 210 226
Decimal 55 136 150
Hex 37 88 96

RGB Percentages of Color #378896

%16.13
%39.88
%43.99

CMYK Percentages of Color #378896

%63
%9
%0
%41

Triadic Colors of #378896

#378896 #963788 #889637

Analogous Colors of #378896

#378896 #375996 #379675

Monochromatic Colors of #378896

#378896

Complementary Color

#378896 #964537

#378896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#378896 Color CSS Codes

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

#378896 Text Font Color

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

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


#378896 Background Color

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

This div background color is #378896


#378896 Border Color

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

This div border color is #378896


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,136,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #378896; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #378896;
  -webkit-box-shadow: 1px 1px 3px 2px #378896;
  box-shadow:         1px 1px 3px 2px #378896; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378896


Comments

No comments written yet.

Please login to write comment.