Color Hex Logo

#356adc Color Hex

#356ADC
(53,106,220)
0 Favorites   0 Comments

Color spaces of #356adc

RGB 53106220
HSL0.610.700.54
HSV221°76°86°
CMYK 0.760.520.00   0.14
XYZ19.540516.232369.8134
Yxy16.23230.18510.1537
Hunter Lab40.289316.0670-74.5353
CIE-Lab47.277822.3508-63.3608

#356adc color RGB value is (53,106,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101010 11011100
Octal 65 152 334
Decimal 53 106 220
Hex 35 6A DC

RGB Percentages of Color #356adc

%13.98
%27.97
%58.05

CMYK Percentages of Color #356adc

%76
%52
%0
%14

Triadic Colors of #356adc

#356adc #dc356a #6adc35

Analogous Colors of #356adc

#356adc #5435dc #35bedc

Monochromatic Colors of #356adc

#356adc

Complementary Color

#356adc #dca735

#356adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#356adc Color CSS Codes

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

#356adc Text Font Color

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

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


#356adc Background Color

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

This div background color is #356adc


#356adc Border Color

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

This div border color is #356adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356adc


Comments

No comments written yet.

Please login to write comment.