Color Hex Logo

#356acc Color Hex

#356ACC
(53,106,204)
0 Favorites   0 Comments

Color spaces of #356acc

RGB 53106204
HSL0.610.600.50
HSV219°74°80°
CMYK 0.740.480.00   0.20
XYZ17.521315.424659.1805
Yxy15.42460.19020.1674
Hunter Lab39.274210.9040-61.8496
CIE-Lab46.210316.4155-55.9593

#356acc color RGB value is (53,106,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101010 11001100
Octal 65 152 314
Decimal 53 106 204
Hex 35 6A CC

RGB Percentages of Color #356acc

%14.60
%29.20
%56.20

CMYK Percentages of Color #356acc

%74
%48
%0
%20

Triadic Colors of #356acc

#356acc #cc356a #6acc35

Analogous Colors of #356acc

#356acc #4c35cc #35b6cc

Monochromatic Colors of #356acc

#356acc

Complementary Color

#356acc #cc9735

#356acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#356acc Color CSS Codes

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

#356acc Text Font Color

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

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


#356acc Background Color

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

This div background color is #356acc


#356acc Border Color

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

This div border color is #356acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356acc


Comments

No comments written yet.

Please login to write comment.