Color Hex Logo

#354fac Color Hex

#354FAC
(53,79,172)
0 Favorites   0 Comments

Color spaces of #354fac

RGB 5379172
HSL0.630.530.44
HSV227°69°67°
CMYK 0.690.540.00   0.33
XYZ11.71069.327440.2129
Yxy9.32740.19120.1523
Hunter Lab30.540814.9979-56.6883
CIE-Lab36.607222.0449-52.7913

#354fac color RGB value is (53,79,172).

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

The process color (four color CMYK) of #354fac color hex is 0.69, 0.54, 0.00, 0.33. Web safe color of #354fac is #336699. Color #354fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001111 10101100
Octal 65 117 254
Decimal 53 79 172
Hex 35 4F AC

RGB Percentages of Color #354fac

%17.43
%25.99
%56.58

CMYK Percentages of Color #354fac

%69
%54
%0
%33

Triadic Colors of #354fac

#354fac #ac354f #4fac35

Analogous Colors of #354fac

#354fac #5635ac #358bac

Monochromatic Colors of #354fac

#354fac

Complementary Color

#354fac #ac9235

#354fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#354fac Color CSS Codes

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

#354fac Text Font Color

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

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


#354fac Background Color

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

This div background color is #354fac


#354fac Border Color

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

This div border color is #354fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354fac


Comments

No comments written yet.

Please login to write comment.