Color Hex Logo

#357beb Color Hex

#357BEB
(53,123,235)
0 Favorites   0 Comments

Color spaces of #357beb

RGB 53123235
HSL0.600.820.56
HSV217°77°92°
CMYK 0.770.480.00   0.08
XYZ23.546620.921081.3944
Yxy20.92100.18710.1662
Hunter Lab45.739511.8474-73.4902
CIE-Lab52.862917.2038-62.7840

#357beb color RGB value is (53,123,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111011 11101011
Octal 65 173 353
Decimal 53 123 235
Hex 35 7B EB

RGB Percentages of Color #357beb

%12.90
%29.93
%57.18

CMYK Percentages of Color #357beb

%77
%48
%0
%8

Triadic Colors of #357beb

#357beb #eb357b #7beb35

Analogous Colors of #357beb

#357beb #4a35eb #35d6eb

Monochromatic Colors of #357beb

#357beb

Complementary Color

#357beb #eba535

#357beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#357beb Color CSS Codes

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

#357beb Text Font Color

<p style="color:#357beb">Text here</p>

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


#357beb Background Color

<div style="background-color:#357beb">
Div content here</div>

This div background color is #357beb


#357beb Border Color

<div style="border:3px solid #357beb">
Div here</div>

This div border color is #357beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357beb


Comments

No comments written yet.

Please login to write comment.