Color Hex Logo

#354cad Color Hex

#354CAD
(53,76,173)
0 Favorites   0 Comments

Color spaces of #354cad

RGB 5376173
HSL0.630.530.44
HSV229°69°68°
CMYK 0.690.560.00   0.32
XYZ11.59558.942940.6502
Yxy8.94290.18950.1462
Hunter Lab29.904716.8799-59.6611
CIE-Lab35.874124.3868-54.5735

#354cad color RGB value is (53,76,173).

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

The process color (four color CMYK) of #354cad color hex is 0.69, 0.56, 0.00, 0.32. Web safe color of #354cad is #333399. Color #354cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001100 10101101
Octal 65 114 255
Decimal 53 76 173
Hex 35 4C AD

RGB Percentages of Color #354cad

%17.55
%25.17
%57.28

CMYK Percentages of Color #354cad

%69
%56
%0
%32

Triadic Colors of #354cad

#354cad #ad354c #4cad35

Analogous Colors of #354cad

#354cad #5a35ad #3588ad

Monochromatic Colors of #354cad

#354cad

Complementary Color

#354cad #ad9635

#354cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#354cad Color CSS Codes

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

#354cad Text Font Color

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

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


#354cad Background Color

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

This div background color is #354cad


#354cad Border Color

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

This div border color is #354cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,76,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 #354cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354cad


Comments

No comments written yet.

Please login to write comment.