Color Hex Logo

#355aeb Color Hex

#355AEB
(53,90,235)
0 Favorites   0 Comments

Color spaces of #355aeb

RGB 5390235
HSL0.630.820.56
HSV228°77°92°
CMYK 0.770.620.00   0.08
XYZ20.119814.067480.2521
Yxy14.06740.17580.1229
Hunter Lab37.506530.1171-100.6072
CIE-Lab44.329437.9471-76.6438

#355aeb color RGB value is (53,90,235).

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

The process color (four color CMYK) of #355aeb color hex is 0.77, 0.62, 0.00, 0.08. Web safe color of #355aeb is #3366ff. Color #355aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011010 11101011
Octal 65 132 353
Decimal 53 90 235
Hex 35 5A EB

RGB Percentages of Color #355aeb

%14.02
%23.81
%62.17

CMYK Percentages of Color #355aeb

%77
%62
%0
%8

Triadic Colors of #355aeb

#355aeb #eb355a #5aeb35

Analogous Colors of #355aeb

#355aeb #6b35eb #35b5eb

Monochromatic Colors of #355aeb

#355aeb

Complementary Color

#355aeb #ebc635

#355aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#355aeb Color CSS Codes

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

#355aeb Text Font Color

<p style="color:#355aeb">Text here</p>

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


#355aeb Background Color

<div style="background-color:#355aeb">
Div content here</div>

This div background color is #355aeb


#355aeb Border Color

<div style="border:3px solid #355aeb">
Div here</div>

This div border color is #355aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355aeb


Comments

No comments written yet.

Please login to write comment.