Color Hex Logo

#378aae Color Hex

#378AAE
(55,138,174)
0 Favorites   0 Comments

Color spaces of #378aae

RGB 55138174
HSL0.550.520.45
HSV198°68°68°
CMYK 0.680.210.00   0.32
XYZ18.304022.045243.3348
Yxy22.04520.21870.2634
Hunter Lab46.9523-12.5797-21.8553
CIE-Lab54.0749-13.3078-26.2957

#378aae color RGB value is (55,138,174).

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

The process color (four color CMYK) of #378aae color hex is 0.68, 0.21, 0.00, 0.32. Web safe color of #378aae is #339999. Color #378aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001010 10101110
Octal 67 212 256
Decimal 55 138 174
Hex 37 8A AE

RGB Percentages of Color #378aae

%14.99
%37.60
%47.41

CMYK Percentages of Color #378aae

%68
%21
%0
%32

Triadic Colors of #378aae

#378aae #ae378a #8aae37

Analogous Colors of #378aae

#378aae #374eae #37ae97

Monochromatic Colors of #378aae

#378aae

Complementary Color

#378aae #ae5b37

#378aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#378aae Color CSS Codes

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

#378aae Text Font Color

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

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


#378aae Background Color

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

This div background color is #378aae


#378aae Border Color

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

This div border color is #378aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378aae


Comments

No comments written yet.

Please login to write comment.