Color Hex Logo

#378abd Color Hex

#378ABD
(55,138,189)
0 Favorites   0 Comments

Color spaces of #378abd

RGB 55138189
HSL0.560.550.48
HSV203°71°74°
CMYK 0.710.270.00   0.26
XYZ19.849322.663351.4724
Yxy22.66330.21120.2411
Hunter Lab47.6060-8.8850-30.7812
CIE-Lab54.7238-8.1978-33.8626

#378abd color RGB value is (55,138,189).

#378abd hex color red value is 55, green value is 138 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #378abd hue: 0.56 , saturation: 0.55 and the lightness value of 378abd is 0.48.

The process color (four color CMYK) of #378abd color hex is 0.71, 0.27, 0.00, 0.26. Web safe color of #378abd is #3399cc. Color #378abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001010 10111101
Octal 67 212 275
Decimal 55 138 189
Hex 37 8A BD

RGB Percentages of Color #378abd

%14.40
%36.13
%49.48

CMYK Percentages of Color #378abd

%71
%27
%0
%26

Triadic Colors of #378abd

#378abd #bd378a #8abd37

Analogous Colors of #378abd

#378abd #3747bd #37bdad

Monochromatic Colors of #378abd

#378abd

Complementary Color

#378abd #bd6a37

#378abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#378abd Color CSS Codes

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

#378abd Text Font Color

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

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


#378abd Background Color

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

This div background color is #378abd


#378abd Border Color

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

This div border color is #378abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378abd


Comments

No comments written yet.

Please login to write comment.