Color Hex Logo

#378dab Color Hex

#378DAB
(55,141,171)
0 Favorites   0 Comments

Color spaces of #378dab

RGB 55141171
HSL0.540.510.44
HSV196°68°67°
CMYK 0.680.180.00   0.33
XYZ18.451122.802341.9569
Yxy22.80230.22170.2740
Hunter Lab47.7518-14.5938-18.6687
CIE-Lab54.8681-15.9553-23.3521

#378dab color RGB value is (55,141,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001101 10101011
Octal 67 215 253
Decimal 55 141 171
Hex 37 8D AB

RGB Percentages of Color #378dab

%14.99
%38.42
%46.59

CMYK Percentages of Color #378dab

%68
%18
%0
%33

Triadic Colors of #378dab

#378dab #ab378d #8dab37

Analogous Colors of #378dab

#378dab #3753ab #37ab8f

Monochromatic Colors of #378dab

#378dab

Complementary Color

#378dab #ab5537

#378dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#378dab Color CSS Codes

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

#378dab Text Font Color

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

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


#378dab Background Color

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

This div background color is #378dab


#378dab Border Color

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

This div border color is #378dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378dab


Comments

No comments written yet.

Please login to write comment.