Color Hex Logo

#356feb Color Hex

#356FEB
(53,111,235)
0 Favorites   0 Comments

Color spaces of #356feb

RGB 53111235
HSL0.610.820.56
HSV221°77°92°
CMYK 0.770.530.00   0.08
XYZ22.148018.123980.9282
Yxy18.12390.18270.1495
Hunter Lab42.572218.3626-82.9077
CIE-Lab49.646024.7249-67.9831

#356feb color RGB value is (53,111,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101111 11101011
Octal 65 157 353
Decimal 53 111 235
Hex 35 6F EB

RGB Percentages of Color #356feb

%13.28
%27.82
%58.90

CMYK Percentages of Color #356feb

%77
%53
%0
%8

Triadic Colors of #356feb

#356feb #eb356f #6feb35

Analogous Colors of #356feb

#356feb #5635eb #35caeb

Monochromatic Colors of #356feb

#356feb

Complementary Color

#356feb #ebb135

#356feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#356feb Color CSS Codes

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

#356feb Text Font Color

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

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


#356feb Background Color

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

This div background color is #356feb


#356feb Border Color

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

This div border color is #356feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356feb


Comments

No comments written yet.

Please login to write comment.