Color Hex Logo

#378988 Color Hex

#378988
(55,137,136)
0 Favorites   0 Comments

Color spaces of #378988

RGB 55137136
HSL0.500.430.38
HSV179°60°54°
CMYK 0.600.000.01   0.46
XYZ14.965120.481126.4571
Yxy20.48110.24170.3309
Hunter Lab45.2560-20.1724-2.9822
CIE-Lab52.3768-24.7361-6.9116

#378988 color RGB value is (55,137,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001001 10001000
Octal 67 211 210
Decimal 55 137 136
Hex 37 89 88

RGB Percentages of Color #378988

%16.77
%41.77
%41.46

CMYK Percentages of Color #378988

%60
%0
%1
%46

Triadic Colors of #378988

#378988 #883789 #898837

Analogous Colors of #378988

#378988 #376189 #37895f

Monochromatic Colors of #378988

#378988

Complementary Color

#378988 #893738

#378988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#378988 Color CSS Codes

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

#378988 Text Font Color

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

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


#378988 Background Color

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

This div background color is #378988


#378988 Border Color

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

This div border color is #378988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378988


Comments

No comments written yet.

Please login to write comment.