Color Hex Logo

#353ada Color Hex

#353ADA
(53,58,218)
0 Favorites   0 Comments

Color spaces of #353ada

RGB 5358218
HSL0.660.690.53
HSV238°76°85°
CMYK 0.760.730.00   0.15
XYZ15.63618.845067.2128
Yxy8.84500.17050.0965
Hunter Lab29.740541.8005-113.1754
CIE-Lab35.684151.1917-81.1813

#353ada color RGB value is (53,58,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111010 11011010
Octal 65 72 332
Decimal 53 58 218
Hex 35 3A DA

RGB Percentages of Color #353ada

%16.11
%17.63
%66.26

CMYK Percentages of Color #353ada

%76
%73
%0
%15

Triadic Colors of #353ada

#353ada #da353a #3ada35

Analogous Colors of #353ada

#353ada #8335da #358dda

Monochromatic Colors of #353ada

#353ada

Complementary Color

#353ada #dad535

#353ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#353ada Color CSS Codes

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

#353ada Text Font Color

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

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


#353ada Background Color

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

This div background color is #353ada


#353ada Border Color

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

This div border color is #353ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353ada


Comments

No comments written yet.

Please login to write comment.