Color Hex Logo

#353ebc Color Hex

#353EBC
(53,62,188)
0 Favorites   0 Comments

Color spaces of #353ebc

RGB 5362188
HSL0.660.560.47
HSV236°72°74°
CMYK 0.720.670.00   0.26
XYZ12.26797.833048.4423
Yxy7.83300.17900.1143
Hunter Lab27.987529.2647-83.0311
CIE-Lab33.632638.7519-67.1074

#353ebc color RGB value is (53,62,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111110 10111100
Octal 65 76 274
Decimal 53 62 188
Hex 35 3E BC

RGB Percentages of Color #353ebc

%17.49
%20.46
%62.05

CMYK Percentages of Color #353ebc

%72
%67
%0
%26

Triadic Colors of #353ebc

#353ebc #bc353e #3ebc35

Analogous Colors of #353ebc

#353ebc #7035bc #3582bc

Monochromatic Colors of #353ebc

#353ebc

Complementary Color

#353ebc #bcb335

#353ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#353ebc Color CSS Codes

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

#353ebc Text Font Color

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

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


#353ebc Background Color

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

This div background color is #353ebc


#353ebc Border Color

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

This div border color is #353ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353ebc


Comments

No comments written yet.

Please login to write comment.