Color Hex Logo

#353bda Color Hex

#353BDA
(53,59,218)
0 Favorites   0 Comments

Color spaces of #353bda

RGB 5359218
HSL0.660.690.53
HSV238°76°85°
CMYK 0.760.730.00   0.15
XYZ15.68718.946867.2298
Yxy8.94680.17080.0974
Hunter Lab29.911241.2707-112.3251
CIE-Lab35.881750.6378-80.8551

#353bda color RGB value is (53,59,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111011 11011010
Octal 65 73 332
Decimal 53 59 218
Hex 35 3B DA

RGB Percentages of Color #353bda

%16.06
%17.88
%66.06

CMYK Percentages of Color #353bda

%76
%73
%0
%15

Triadic Colors of #353bda

#353bda #da353b #3bda35

Analogous Colors of #353bda

#353bda #8235da #358eda

Monochromatic Colors of #353bda

#353bda

Complementary Color

#353bda #dad435

#353bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#353bda Color CSS Codes

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

#353bda Text Font Color

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

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


#353bda Background Color

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

This div background color is #353bda


#353bda Border Color

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

This div border color is #353bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353bda


Comments

No comments written yet.

Please login to write comment.