Color Hex Logo

#356cfe Color Hex

#356CFE
(53,108,254)
0 Favorites   0 Comments

Color spaces of #356cfe

RGB 53108254
HSL0.620.990.60
HSV224°79°100°
CMYK 0.790.570.00   0.00
XYZ24.720218.637896.0605
Yxy18.63780.17730.1337
Hunter Lab43.171526.6597-101.7055
CIE-Lab50.260733.5530-77.5763

#356cfe color RGB value is (53,108,254).

#356cfe hex color red value is 53, green value is 108 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #356cfe hue: 0.62 , saturation: 0.99 and the lightness value of 356cfe is 0.60.

The process color (four color CMYK) of #356cfe color hex is 0.79, 0.57, 0.00, 0.00. Web safe color of #356cfe is #3366ff. Color #356cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101100 11111110
Octal 65 154 376
Decimal 53 108 254
Hex 35 6C FE

RGB Percentages of Color #356cfe

%12.77
%26.02
%61.20

CMYK Percentages of Color #356cfe

%79
%57
%0
%0

Triadic Colors of #356cfe

#356cfe #fe356c #6cfe35

Analogous Colors of #356cfe

#356cfe #6335fe #35d1fe

Monochromatic Colors of #356cfe

#356cfe

Complementary Color

#356cfe #fec735

#356cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#356cfe Color CSS Codes

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

#356cfe Text Font Color

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

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


#356cfe Background Color

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

This div background color is #356cfe


#356cfe Border Color

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

This div border color is #356cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.