Color Hex Logo

#356dce Color Hex

#356DCE
(53,109,206)
0 Favorites   0 Comments

Color spaces of #356dce

RGB 53109206
HSL0.610.610.51
HSV218°74°81°
CMYK 0.740.470.00   0.19
XYZ18.077416.150460.5571
Yxy16.15040.19070.1704
Hunter Lab40.18769.9657-61.2105
CIE-Lab47.171215.2532-55.5586

#356dce color RGB value is (53,109,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101101 11001110
Octal 65 155 316
Decimal 53 109 206
Hex 35 6D CE

RGB Percentages of Color #356dce

%14.40
%29.62
%55.98

CMYK Percentages of Color #356dce

%74
%47
%0
%19

Triadic Colors of #356dce

#356dce #ce356d #6dce35

Analogous Colors of #356dce

#356dce #4a35ce #35bace

Monochromatic Colors of #356dce

#356dce

Complementary Color

#356dce #ce9635

#356dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#356dce Color CSS Codes

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

#356dce Text Font Color

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

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


#356dce Background Color

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

This div background color is #356dce


#356dce Border Color

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

This div border color is #356dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356dce


Comments

No comments written yet.

Please login to write comment.