Color Hex Logo

#353edb Color Hex

#353EDB
(53,62,219)
0 Favorites   0 Comments

Color spaces of #353edb

RGB 5362219
HSL0.660.700.53
HSV237°76°86°
CMYK 0.760.720.00   0.14
XYZ15.97709.316667.9740
Yxy9.31660.17130.0999
Hunter Lab30.523140.0185-110.6708
CIE-Lab36.586849.2774-80.2654

#353edb color RGB value is (53,62,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111110 11011011
Octal 65 76 333
Decimal 53 62 219
Hex 35 3E DB

RGB Percentages of Color #353edb

%15.87
%18.56
%65.57

CMYK Percentages of Color #353edb

%76
%72
%0
%14

Triadic Colors of #353edb

#353edb #db353e #3edb35

Analogous Colors of #353edb

#353edb #7f35db #3591db

Monochromatic Colors of #353edb

#353edb

Complementary Color

#353edb #dbd235

#353edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#353edb Color CSS Codes

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

#353edb Text Font Color

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

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


#353edb Background Color

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

This div background color is #353edb


#353edb Border Color

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

This div border color is #353edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353edb


Comments

No comments written yet.

Please login to write comment.