Color Hex Logo

#355fde Color Hex

#355FDE
(53,95,222)
0 Favorites   0 Comments

Color spaces of #355fde

RGB 5395222
HSL0.630.720.54
HSV225°76°87°
CMYK 0.760.570.00   0.13
XYZ18.745214.215270.8631
Yxy14.21520.18050.1369
Hunter Lab37.703122.7663-85.0438
CIE-Lab44.540030.0926-68.9412

#355fde color RGB value is (53,95,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011111 11011110
Octal 65 137 336
Decimal 53 95 222
Hex 35 5F DE

RGB Percentages of Color #355fde

%14.32
%25.68
%60.00

CMYK Percentages of Color #355fde

%76
%57
%0
%13

Triadic Colors of #355fde

#355fde #de355f #5fde35

Analogous Colors of #355fde

#355fde #5f35de #35b4de

Monochromatic Colors of #355fde

#355fde

Complementary Color

#355fde #deb435

#355fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#355fde Color CSS Codes

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

#355fde Text Font Color

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

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


#355fde Background Color

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

This div background color is #355fde


#355fde Border Color

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

This div border color is #355fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355fde


Comments

No comments written yet.

Please login to write comment.