Color Hex Logo

#356ddc Color Hex

#356DDC
(53,109,220)
0 Favorites   0 Comments

Color spaces of #356ddc

RGB 53109220
HSL0.610.700.54
HSV220°76°86°
CMYK 0.760.500.00   0.14
XYZ19.855116.861569.9183
Yxy16.86150.18620.1581
Hunter Lab41.062814.4504-72.2102
CIE-Lab48.085020.4465-62.0553

#356ddc color RGB value is (53,109,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101101 11011100
Octal 65 155 334
Decimal 53 109 220
Hex 35 6D DC

RGB Percentages of Color #356ddc

%13.87
%28.53
%57.59

CMYK Percentages of Color #356ddc

%76
%50
%0
%14

Triadic Colors of #356ddc

#356ddc #dc356d #6ddc35

Analogous Colors of #356ddc

#356ddc #5135dc #35c1dc

Monochromatic Colors of #356ddc

#356ddc

Complementary Color

#356ddc #dca435

#356ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#356ddc Color CSS Codes

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

#356ddc Text Font Color

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

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


#356ddc Background Color

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

This div background color is #356ddc


#356ddc Border Color

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

This div border color is #356ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356ddc


Comments

No comments written yet.

Please login to write comment.