Color Hex Logo

#356edc Color Hex

#356EDC
(53,110,220)
0 Favorites   0 Comments

Color spaces of #356edc

RGB 53110220
HSL0.610.700.54
HSV220°76°86°
CMYK 0.760.500.00   0.14
XYZ19.962417.076169.9540
Yxy17.07610.18660.1596
Hunter Lab41.323213.9140-71.4427
CIE-Lab48.355819.8131-61.6179

#356edc color RGB value is (53,110,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101110 11011100
Octal 65 156 334
Decimal 53 110 220
Hex 35 6E DC

RGB Percentages of Color #356edc

%13.84
%28.72
%57.44

CMYK Percentages of Color #356edc

%76
%50
%0
%14

Triadic Colors of #356edc

#356edc #dc356e #6edc35

Analogous Colors of #356edc

#356edc #4f35dc #35c2dc

Monochromatic Colors of #356edc

#356edc

Complementary Color

#356edc #dca335

#356edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#356edc Color CSS Codes

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

#356edc Text Font Color

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

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


#356edc Background Color

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

This div background color is #356edc


#356edc Border Color

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

This div border color is #356edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356edc


Comments

No comments written yet.

Please login to write comment.