Color Hex Logo

#356cad Color Hex

#356CAD
(53,108,173)
0 Favorites   0 Comments

Color spaces of #356cad

RGB 53108173
HSL0.590.530.44
HSV213°69°68°
CMYK 0.690.380.00   0.32
XYZ14.373614.499141.5762
Yxy14.49910.20400.2058
Hunter Lab38.07770.7444-38.0831
CIE-Lab44.94043.7126-40.0273

#356cad color RGB value is (53,108,173).

#356cad hex color red value is 53, green value is 108 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #356cad hue: 0.59 , saturation: 0.53 and the lightness value of 356cad is 0.44.

The process color (four color CMYK) of #356cad color hex is 0.69, 0.38, 0.00, 0.32. Web safe color of #356cad is #336699. Color #356cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101100 10101101
Octal 65 154 255
Decimal 53 108 173
Hex 35 6C AD

RGB Percentages of Color #356cad

%15.87
%32.34
%51.80

CMYK Percentages of Color #356cad

%69
%38
%0
%32

Triadic Colors of #356cad

#356cad #ad356c #6cad35

Analogous Colors of #356cad

#356cad #3a35ad #35a8ad

Monochromatic Colors of #356cad

#356cad

Complementary Color

#356cad #ad7635

#356cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#356cad Color CSS Codes

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

#356cad Text Font Color

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

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


#356cad Background Color

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

This div background color is #356cad


#356cad Border Color

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

This div border color is #356cad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,108,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #356cad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #356cad;
  -webkit-box-shadow: 1px 1px 3px 2px #356cad;
  box-shadow:         1px 1px 3px 2px #356cad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,108,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356cad


Comments

No comments written yet.

Please login to write comment.