Color Hex Logo

#358fc2 Color Hex

#358FC2
(53,143,194)
0 Favorites   0 Comments

Color spaces of #358fc2

RGB 53143194
HSL0.560.570.48
HSV202°73°76°
CMYK 0.730.260.00   0.24
XYZ21.028324.296854.6204
Yxy24.29680.21040.2431
Hunter Lab49.2918-10.1110-31.1952
CIE-Lab56.3837-9.5918-34.1142

#358fc2 color RGB value is (53,143,194).

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

The process color (four color CMYK) of #358fc2 color hex is 0.73, 0.26, 0.00, 0.24. Web safe color of #358fc2 is #3399cc. Color #358fc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001111 11000010
Octal 65 217 302
Decimal 53 143 194
Hex 35 8F C2

RGB Percentages of Color #358fc2

%13.59
%36.67
%49.74

CMYK Percentages of Color #358fc2

%73
%26
%0
%24

Triadic Colors of #358fc2

#358fc2 #c2358f #8fc235

Analogous Colors of #358fc2

#358fc2 #3549c2 #35c2af

Monochromatic Colors of #358fc2

#358fc2

Complementary Color

#358fc2 #c26835

#358fc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358fc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358fc2 Color CSS Codes

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

#358fc2 Text Font Color

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

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


#358fc2 Background Color

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

This div background color is #358fc2


#358fc2 Border Color

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

This div border color is #358fc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358fc2


Comments

No comments written yet.

Please login to write comment.