Color Hex Logo

#356ebc Color Hex

#356EBC
(53,110,188)
0 Favorites   0 Comments

Color spaces of #356ebc

RGB 53110188
HSL0.600.560.47
HSV215°72°74°
CMYK 0.720.410.00   0.26
XYZ16.121215.539649.7267
Yxy15.53960.19810.1909
Hunter Lab39.42034.0133-47.1971
CIE-Lab46.36467.9597-46.4935

#356ebc color RGB value is (53,110,188).

#356ebc hex color red value is 53, green value is 110 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #356ebc hue: 0.60 , saturation: 0.56 and the lightness value of 356ebc is 0.47.

The process color (four color CMYK) of #356ebc color hex is 0.72, 0.41, 0.00, 0.26. Web safe color of #356ebc is #3366cc. Color #356ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101110 10111100
Octal 65 156 274
Decimal 53 110 188
Hex 35 6E BC

RGB Percentages of Color #356ebc

%15.10
%31.34
%53.56

CMYK Percentages of Color #356ebc

%72
%41
%0
%26

Triadic Colors of #356ebc

#356ebc #bc356e #6ebc35

Analogous Colors of #356ebc

#356ebc #3f35bc #35b2bc

Monochromatic Colors of #356ebc

#356ebc

Complementary Color

#356ebc #bc8335

#356ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#356ebc Color CSS Codes

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

#356ebc Text Font Color

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

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


#356ebc Background Color

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

This div background color is #356ebc


#356ebc Border Color

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

This div border color is #356ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356ebc


Comments

No comments written yet.

Please login to write comment.