Color Hex Logo

#357eda Color Hex

#357EDA
(53,126,218)
0 Favorites   0 Comments

Color spaces of #357eda

RGB 53126218
HSL0.590.690.53
HSV213°76°85°
CMYK 0.760.420.00   0.15
XYZ21.583920.740569.1954
Yxy20.74050.19350.1860
Hunter Lab45.54174.8997-58.2051
CIE-Lab52.66439.0804-53.5633

#357eda color RGB value is (53,126,218).

#357eda hex color red value is 53, green value is 126 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #357eda hue: 0.59 , saturation: 0.69 and the lightness value of 357eda is 0.53.

The process color (four color CMYK) of #357eda color hex is 0.76, 0.42, 0.00, 0.15. Web safe color of #357eda is #3366cc. Color #357eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111110 11011010
Octal 65 176 332
Decimal 53 126 218
Hex 35 7E DA

RGB Percentages of Color #357eda

%13.35
%31.74
%54.91

CMYK Percentages of Color #357eda

%76
%42
%0
%15

Triadic Colors of #357eda

#357eda #da357e #7eda35

Analogous Colors of #357eda

#357eda #3f35da #35d1da

Monochromatic Colors of #357eda

#357eda

Complementary Color

#357eda #da9135

#357eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#357eda Color CSS Codes

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

#357eda Text Font Color

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

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


#357eda Background Color

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

This div background color is #357eda


#357eda Border Color

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

This div border color is #357eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357eda


Comments

No comments written yet.

Please login to write comment.