Color Hex Logo

#356cdd Color Hex

#356CDD
(53,108,221)
0 Favorites   0 Comments

Color spaces of #356cdd

RGB 53108221
HSL0.610.710.54
HSV220°76°87°
CMYK 0.760.510.00   0.13
XYZ19.881916.702570.5826
Yxy16.70250.18550.1559
Hunter Lab40.868715.3169-73.7892
CIE-Lab47.883021.4509-62.9485

#356cdd color RGB value is (53,108,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101100 11011101
Octal 65 154 335
Decimal 53 108 221
Hex 35 6C DD

RGB Percentages of Color #356cdd

%13.87
%28.27
%57.85

CMYK Percentages of Color #356cdd

%76
%51
%0
%13

Triadic Colors of #356cdd

#356cdd #dd356c #6cdd35

Analogous Colors of #356cdd

#356cdd #5235dd #35c0dd

Monochromatic Colors of #356cdd

#356cdd

Complementary Color

#356cdd #dda635

#356cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#356cdd Color CSS Codes

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

#356cdd Text Font Color

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

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


#356cdd Background Color

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

This div background color is #356cdd


#356cdd Border Color

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

This div border color is #356cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356cdd


Comments

No comments written yet.

Please login to write comment.