Color Hex Logo

#354bda Color Hex

#354BDA
(53,75,218)
0 Favorites   0 Comments

Color spaces of #354bda

RGB 5375218
HSL0.640.690.53
HSV232°76°85°
CMYK 0.760.660.00   0.15
XYZ16.639210.851067.5471
Yxy10.85100.17510.1142
Hunter Lab32.940932.5180-98.5189
CIE-Lab39.328441.2213-75.1800

#354bda color RGB value is (53,75,218).

#354bda hex color red value is 53, green value is 75 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #354bda hue: 0.64 , saturation: 0.69 and the lightness value of 354bda is 0.53.

The process color (four color CMYK) of #354bda color hex is 0.76, 0.66, 0.00, 0.15. Web safe color of #354bda is #3333cc. Color #354bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001011 11011010
Octal 65 113 332
Decimal 53 75 218
Hex 35 4B DA

RGB Percentages of Color #354bda

%15.32
%21.68
%63.01

CMYK Percentages of Color #354bda

%76
%66
%0
%15

Triadic Colors of #354bda

#354bda #da354b #4bda35

Analogous Colors of #354bda

#354bda #7235da #359eda

Monochromatic Colors of #354bda

#354bda

Complementary Color

#354bda #dac435

#354bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#354bda Color CSS Codes

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

#354bda Text Font Color

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

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


#354bda Background Color

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

This div background color is #354bda


#354bda Border Color

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

This div border color is #354bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354bda


Comments

No comments written yet.

Please login to write comment.