Color Hex Logo

#356ece Color Hex

#356ECE
(53,110,206)
0 Favorites   0 Comments

Color spaces of #356ece

RGB 53110206
HSL0.600.610.51
HSV218°74°81°
CMYK 0.740.470.00   0.19
XYZ18.184716.365060.5928
Yxy16.36500.19110.1720
Hunter Lab40.45379.4452-60.4889
CIE-Lab47.449814.6203-55.1106

#356ece color RGB value is (53,110,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101110 11001110
Octal 65 156 316
Decimal 53 110 206
Hex 35 6E CE

RGB Percentages of Color #356ece

%14.36
%29.81
%55.83

CMYK Percentages of Color #356ece

%74
%47
%0
%19

Triadic Colors of #356ece

#356ece #ce356e #6ece35

Analogous Colors of #356ece

#356ece #4835ce #35bbce

Monochromatic Colors of #356ece

#356ece

Complementary Color

#356ece #ce9535

#356ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#356ece Color CSS Codes

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

#356ece Text Font Color

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

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


#356ece Background Color

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

This div background color is #356ece


#356ece Border Color

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

This div border color is #356ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356ece


Comments

No comments written yet.

Please login to write comment.