Color Hex Logo

#356edf Color Hex

#356EDF
(53,110,223)
0 Favorites   0 Comments

Color spaces of #356edf

RGB 53110223
HSL0.610.730.54
HSV220°76°87°
CMYK 0.760.510.00   0.13
XYZ20.363417.236572.0657
Yxy17.23650.18570.1572
Hunter Lab41.516914.8971-73.8548
CIE-Lab48.556720.9241-62.9909

#356edf color RGB value is (53,110,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101110 11011111
Octal 65 156 337
Decimal 53 110 223
Hex 35 6E DF

RGB Percentages of Color #356edf

%13.73
%28.50
%57.77

CMYK Percentages of Color #356edf

%76
%51
%0
%13

Triadic Colors of #356edf

#356edf #df356e #6edf35

Analogous Colors of #356edf

#356edf #5135df #35c3df

Monochromatic Colors of #356edf

#356edf

Complementary Color

#356edf #dfa635

#356edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#356edf Color CSS Codes

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

#356edf Text Font Color

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

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


#356edf Background Color

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

This div background color is #356edf


#356edf Border Color

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

This div border color is #356edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356edf


Comments

No comments written yet.

Please login to write comment.