Color Hex Logo

#356bde Color Hex

#356BDE
(53,107,222)
0 Favorites   0 Comments

Color spaces of #356bde

RGB 53107222
HSL0.610.720.54
HSV221°76°87°
CMYK 0.760.520.00   0.13
XYZ19.910716.546271.2516
Yxy16.54620.18490.1536
Hunter Lab40.677016.1879-75.3810
CIE-Lab47.683122.4558-63.8383

#356bde color RGB value is (53,107,222).

#356bde hex color red value is 53, green value is 107 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #356bde hue: 0.61 , saturation: 0.72 and the lightness value of 356bde is 0.54.

The process color (four color CMYK) of #356bde color hex is 0.76, 0.52, 0.00, 0.13. Web safe color of #356bde is #3366cc. Color #356bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101011 11011110
Octal 65 153 336
Decimal 53 107 222
Hex 35 6B DE

RGB Percentages of Color #356bde

%13.87
%28.01
%58.12

CMYK Percentages of Color #356bde

%76
%52
%0
%13

Triadic Colors of #356bde

#356bde #de356b #6bde35

Analogous Colors of #356bde

#356bde #5435de #35c0de

Monochromatic Colors of #356bde

#356bde

Complementary Color

#356bde #dea835

#356bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#356bde Color CSS Codes

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

#356bde Text Font Color

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

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


#356bde Background Color

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

This div background color is #356bde


#356bde Border Color

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

This div border color is #356bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356bde


Comments

No comments written yet.

Please login to write comment.