Color Hex Logo

#356fec Color Hex

#356FEC
(53,111,236)
0 Favorites   0 Comments

Color spaces of #356fec

RGB 53111236
HSL0.610.830.57
HSV221°78°93°
CMYK 0.780.530.00   0.07
XYZ22.293018.181981.6914
Yxy18.18190.18250.1488
Hunter Lab42.640218.7022-83.7413
CIE-Lab49.716025.0934-68.4302

#356fec color RGB value is (53,111,236).

#356fec hex color red value is 53, green value is 111 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #356fec hue: 0.61 , saturation: 0.83 and the lightness value of 356fec is 0.57.

The process color (four color CMYK) of #356fec color hex is 0.78, 0.53, 0.00, 0.07. Web safe color of #356fec is #3366ff. Color #356fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101111 11101100
Octal 65 157 354
Decimal 53 111 236
Hex 35 6F EC

RGB Percentages of Color #356fec

%13.25
%27.75
%59.00

CMYK Percentages of Color #356fec

%78
%53
%0
%7

Triadic Colors of #356fec

#356fec #ec356f #6fec35

Analogous Colors of #356fec

#356fec #5635ec #35cbec

Monochromatic Colors of #356fec

#356fec

Complementary Color

#356fec #ecb235

#356fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#356fec Color CSS Codes

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

#356fec Text Font Color

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

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


#356fec Background Color

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

This div background color is #356fec


#356fec Border Color

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

This div border color is #356fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356fec


Comments

No comments written yet.

Please login to write comment.