Color Hex Logo

#353deb Color Hex

#353DEB
(53,61,235)
0 Favorites   0 Comments

Color spaces of #353deb

RGB 5361235
HSL0.660.820.56
HSV237°77°92°
CMYK 0.770.740.00   0.08
XYZ18.132310.092579.5896
Yxy10.09250.16820.0936
Hunter Lab31.768746.2854-126.3002
CIE-Lab38.007955.0408-87.0444

#353deb color RGB value is (53,61,235).

#353deb hex color red value is 53, green value is 61 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #353deb hue: 0.66 , saturation: 0.82 and the lightness value of 353deb is 0.56.

The process color (four color CMYK) of #353deb color hex is 0.77, 0.74, 0.00, 0.08. Web safe color of #353deb is #3333ff. Color #353deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111101 11101011
Octal 65 75 353
Decimal 53 61 235
Hex 35 3D EB

RGB Percentages of Color #353deb

%15.19
%17.48
%67.34

CMYK Percentages of Color #353deb

%77
%74
%0
%8

Triadic Colors of #353deb

#353deb #eb353d #3deb35

Analogous Colors of #353deb

#353deb #8835eb #3598eb

Monochromatic Colors of #353deb

#353deb

Complementary Color

#353deb #ebe335

#353deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#353deb Color CSS Codes

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

#353deb Text Font Color

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

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


#353deb Background Color

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

This div background color is #353deb


#353deb Border Color

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

This div border color is #353deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353deb


Comments

No comments written yet.

Please login to write comment.