Color Hex Logo

#375cae Color Hex

#375CAE
(55,92,174)
0 Favorites   0 Comments

Color spaces of #375cae

RGB 5592174
HSL0.610.520.45
HSV221°68°68°
CMYK 0.680.470.00   0.32
XYZ13.042711.522541.5810
Yxy11.52250.19720.1742
Hunter Lab33.94489.1821-48.8665
CIE-Lab40.446914.5914-47.7802

#375cae color RGB value is (55,92,174).

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

The process color (four color CMYK) of #375cae color hex is 0.68, 0.47, 0.00, 0.32. Web safe color of #375cae is #336699. Color #375cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011100 10101110
Octal 67 134 256
Decimal 55 92 174
Hex 37 5C AE

RGB Percentages of Color #375cae

%17.13
%28.66
%54.21

CMYK Percentages of Color #375cae

%68
%47
%0
%32

Triadic Colors of #375cae

#375cae #ae375c #5cae37

Analogous Colors of #375cae

#375cae #4d37ae #3798ae

Monochromatic Colors of #375cae

#375cae

Complementary Color

#375cae #ae8937

#375cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#375cae Color CSS Codes

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

#375cae Text Font Color

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

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


#375cae Background Color

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

This div background color is #375cae


#375cae Border Color

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

This div border color is #375cae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,92,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 #375cae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375cae


Comments

No comments written yet.

Please login to write comment.