Color Hex Logo

#358dce Color Hex

#358DCE
(53,141,206)
0 Favorites   0 Comments

Color spaces of #358dce

RGB 53141206
HSL0.570.610.51
HSV205°74°81°
CMYK 0.740.320.00   0.19
XYZ22.133724.262961.9092
Yxy24.26290.20440.2240
Hunter Lab49.2574-5.9918-40.0385
CIE-Lab56.3501-4.2380-40.9480

#358dce color RGB value is (53,141,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001101 11001110
Octal 65 215 316
Decimal 53 141 206
Hex 35 8D CE

RGB Percentages of Color #358dce

%13.25
%35.25
%51.50

CMYK Percentages of Color #358dce

%74
%32
%0
%19

Triadic Colors of #358dce

#358dce #ce358d #8dce35

Analogous Colors of #358dce

#358dce #3540ce #35cec3

Monochromatic Colors of #358dce

#358dce

Complementary Color

#358dce #ce7635

#358dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#358dce Color CSS Codes

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

#358dce Text Font Color

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

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


#358dce Background Color

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

This div background color is #358dce


#358dce Border Color

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

This div border color is #358dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358dce


Comments

No comments written yet.

Please login to write comment.