Color Hex Logo

#358dfe Color Hex

#358DFE
(53,141,254)
0 Favorites   0 Comments

Color spaces of #358dfe

RGB 53141254
HSL0.590.990.60
HSV214°79°100°
CMYK 0.790.440.00   0.00
XYZ28.882526.962497.4479
Yxy26.96240.18840.1759
Hunter Lab51.92538.4180-74.9214
CIE-Lab58.939513.1367-63.5320

#358dfe color RGB value is (53,141,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001101 11111110
Octal 65 215 376
Decimal 53 141 254
Hex 35 8D FE

RGB Percentages of Color #358dfe

%11.83
%31.47
%56.70

CMYK Percentages of Color #358dfe

%79
%44
%0
%0

Triadic Colors of #358dfe

#358dfe #fe358d #8dfe35

Analogous Colors of #358dfe

#358dfe #4235fe #35f2fe

Monochromatic Colors of #358dfe

#358dfe

Complementary Color

#358dfe #fea635

#358dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#358dfe Color CSS Codes

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

#358dfe Text Font Color

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

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


#358dfe Background Color

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

This div background color is #358dfe


#358dfe Border Color

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

This div border color is #358dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358dfe


Comments

No comments written yet.

Please login to write comment.