Color Hex Logo

#358dfa Color Hex

#358DFA
(53,141,250)
0 Favorites   0 Comments

Color spaces of #358dfa

RGB 53141250
HSL0.590.950.59
HSV213°79°98°
CMYK 0.790.440.00   0.02
XYZ28.248426.708894.1089
Yxy26.70880.18950.1792
Hunter Lab51.68067.1265-71.7891
CIE-Lab58.703811.6744-61.7114

#358dfa color RGB value is (53,141,250).

#358dfa hex color red value is 53, green value is 141 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #358dfa hue: 0.59 , saturation: 0.95 and the lightness value of 358dfa is 0.59.

The process color (four color CMYK) of #358dfa color hex is 0.79, 0.44, 0.00, 0.02. Web safe color of #358dfa is #3399ff. Color #358dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001101 11111010
Octal 65 215 372
Decimal 53 141 250
Hex 35 8D FA

RGB Percentages of Color #358dfa

%11.94
%31.76
%56.31

CMYK Percentages of Color #358dfa

%79
%44
%0
%2

Triadic Colors of #358dfa

#358dfa #fa358d #8dfa35

Analogous Colors of #358dfa

#358dfa #3f35fa #35f0fa

Monochromatic Colors of #358dfa

#358dfa

Complementary Color

#358dfa #faa235

#358dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#358dfa Color CSS Codes

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

#358dfa Text Font Color

<p style="color:#358dfa">Text here</p>

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


#358dfa Background Color

<div style="background-color:#358dfa">
Div content here</div>

This div background color is #358dfa


#358dfa Border Color

<div style="border:3px solid #358dfa">
Div here</div>

This div border color is #358dfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,141,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #358dfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #358dfa;
  -webkit-box-shadow: 1px 1px 3px 2px #358dfa;
  box-shadow:         1px 1px 3px 2px #358dfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358dfa


Comments

No comments written yet.

Please login to write comment.