Color Hex Logo

#353bad Color Hex

#353BAD
(53,59,173)
0 Favorites   0 Comments

Color spaces of #353bad

RGB 5359173
HSL0.660.530.44
HSV237°69°68°
CMYK 0.690.660.00   0.32
XYZ10.57506.901940.3100
Yxy6.90190.18300.1194
Hunter Lab26.271525.8762-72.5824
CIE-Lab31.582535.3857-61.5699

#353bad color RGB value is (53,59,173).

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

The process color (four color CMYK) of #353bad color hex is 0.69, 0.66, 0.00, 0.32. Web safe color of #353bad is #333399. Color #353bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111011 10101101
Octal 65 73 255
Decimal 53 59 173
Hex 35 3B AD

RGB Percentages of Color #353bad

%18.60
%20.70
%60.70

CMYK Percentages of Color #353bad

%69
%66
%0
%32

Triadic Colors of #353bad

#353bad #ad353b #3bad35

Analogous Colors of #353bad

#353bad #6b35ad #3577ad

Monochromatic Colors of #353bad

#353bad

Complementary Color

#353bad #ada735

#353bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#353bad Color CSS Codes

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

#353bad Text Font Color

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

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


#353bad Background Color

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

This div background color is #353bad


#353bad Border Color

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

This div border color is #353bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353bad


Comments

No comments written yet.

Please login to write comment.