Color Hex Logo

#353fde Color Hex

#353FDE
(53,63,222)
0 Favorites   0 Comments

Color spaces of #353fde

RGB 5363222
HSL0.660.720.54
HSV236°76°87°
CMYK 0.760.720.00   0.13
XYZ16.43059.585870.0915
Yxy9.58580.17100.0997
Hunter Lab30.960940.5456-112.5521
CIE-Lab37.088549.7015-81.1572

#353fde color RGB value is (53,63,222).

#353fde hex color red value is 53, green value is 63 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #353fde hue: 0.66 , saturation: 0.72 and the lightness value of 353fde is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111111 11011110
Octal 65 77 336
Decimal 53 63 222
Hex 35 3F DE

RGB Percentages of Color #353fde

%15.68
%18.64
%65.68

CMYK Percentages of Color #353fde

%76
%72
%0
%13

Triadic Colors of #353fde

#353fde #de353f #3fde35

Analogous Colors of #353fde

#353fde #8035de #3594de

Monochromatic Colors of #353fde

#353fde

Complementary Color

#353fde #ded435

#353fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#353fde Color CSS Codes

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

#353fde Text Font Color

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

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


#353fde Background Color

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

This div background color is #353fde


#353fde Border Color

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

This div border color is #353fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353fde


Comments

No comments written yet.

Please login to write comment.