Color Hex Logo

#358bce Color Hex

#358BCE
(53,139,206)
0 Favorites   0 Comments

Color spaces of #358bce

RGB 53139206
HSL0.570.610.51
HSV206°74°81°
CMYK 0.740.330.00   0.19
XYZ21.841423.678461.8117
Yxy23.67840.20350.2206
Hunter Lab48.6605-5.0355-41.2517
CIE-Lab55.7644-3.0735-41.8708

#358bce color RGB value is (53,139,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001011 11001110
Octal 65 213 316
Decimal 53 139 206
Hex 35 8B CE

RGB Percentages of Color #358bce

%13.32
%34.92
%51.76

CMYK Percentages of Color #358bce

%74
%33
%0
%19

Triadic Colors of #358bce

#358bce #ce358b #8bce35

Analogous Colors of #358bce

#358bce #353fce #35cec5

Monochromatic Colors of #358bce

#358bce

Complementary Color

#358bce #ce7835

#358bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#358bce Color CSS Codes

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

#358bce Text Font Color

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

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


#358bce Background Color

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

This div background color is #358bce


#358bce Border Color

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

This div border color is #358bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358bce


Comments

No comments written yet.

Please login to write comment.