Color Hex Logo

#378987 Color Hex

#378987
(55,137,135)
0 Favorites   0 Comments

Color spaces of #378987

RGB 55137135
HSL0.500.430.38
HSV179°60°54°
CMYK 0.600.000.01   0.46
XYZ14.894420.452826.0844
Yxy20.45280.24250.3329
Hunter Lab45.2248-20.3559-2.5395
CIE-Lab52.3453-25.0261-6.3771

#378987 color RGB value is (55,137,135).

#378987 hex color red value is 55, green value is 137 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #378987 hue: 0.50 , saturation: 0.43 and the lightness value of 378987 is 0.38.

The process color (four color CMYK) of #378987 color hex is 0.60, 0.00, 0.01, 0.46. Web safe color of #378987 is #339999. Color #378987 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001001 10000111
Octal 67 211 207
Decimal 55 137 135
Hex 37 89 87

RGB Percentages of Color #378987

%16.82
%41.90
%41.28

CMYK Percentages of Color #378987

%60
%0
%1
%46

Triadic Colors of #378987

#378987 #873789 #898737

Analogous Colors of #378987

#378987 #376289 #37895e

Monochromatic Colors of #378987

#378987

Complementary Color

#378987 #893739

#378987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#378987 Color CSS Codes

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

#378987 Text Font Color

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

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


#378987 Background Color

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

This div background color is #378987


#378987 Border Color

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

This div border color is #378987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378987


Comments

No comments written yet.

Please login to write comment.