Color Hex Logo

#358fce Color Hex

#358FCE
(53,143,206)
0 Favorites   0 Comments

Color spaces of #358fce

RGB 53143206
HSL0.570.610.51
HSV205°74°81°
CMYK 0.740.310.00   0.19
XYZ22.431224.858062.0083
Yxy24.85800.20520.2274
Hunter Lab49.8578-6.9434-38.8387
CIE-Lab56.9368-5.3949-40.0248

#358fce color RGB value is (53,143,206).

#358fce hex color red value is 53, green value is 143 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #358fce hue: 0.57 , saturation: 0.61 and the lightness value of 358fce is 0.51.

The process color (four color CMYK) of #358fce color hex is 0.74, 0.31, 0.00, 0.19. Web safe color of #358fce is #3399cc. Color #358fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001111 11001110
Octal 65 217 316
Decimal 53 143 206
Hex 35 8F CE

RGB Percentages of Color #358fce

%13.18
%35.57
%51.24

CMYK Percentages of Color #358fce

%74
%31
%0
%19

Triadic Colors of #358fce

#358fce #ce358f #8fce35

Analogous Colors of #358fce

#358fce #3542ce #35cec1

Monochromatic Colors of #358fce

#358fce

Complementary Color

#358fce #ce7435

#358fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#358fce Color CSS Codes

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

#358fce Text Font Color

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

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


#358fce Background Color

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

This div background color is #358fce


#358fce Border Color

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

This div border color is #358fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358fce


Comments

No comments written yet.

Please login to write comment.