Color Hex Logo

#357aeb Color Hex

#357AEB
(53,122,235)
0 Favorites   0 Comments

Color spaces of #357aeb

RGB 53122235
HSL0.600.820.56
HSV217°77°92°
CMYK 0.770.480.00   0.08
XYZ23.423120.674181.3532
Yxy20.67410.18670.1648
Hunter Lab45.468812.3834-74.2541
CIE-Lab52.591017.8261-63.2223

#357aeb color RGB value is (53,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111010 11101011
Octal 65 172 353
Decimal 53 122 235
Hex 35 7A EB

RGB Percentages of Color #357aeb

%12.93
%29.76
%57.32

CMYK Percentages of Color #357aeb

%77
%48
%0
%8

Triadic Colors of #357aeb

#357aeb #eb357a #7aeb35

Analogous Colors of #357aeb

#357aeb #4b35eb #35d5eb

Monochromatic Colors of #357aeb

#357aeb

Complementary Color

#357aeb #eba635

#357aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#357aeb Color CSS Codes

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

#357aeb Text Font Color

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

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


#357aeb Background Color

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

This div background color is #357aeb


#357aeb Border Color

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

This div border color is #357aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357aeb


Comments

No comments written yet.

Please login to write comment.