Color Hex Logo

#355cde Color Hex

#355CDE
(53,92,222)
0 Favorites   0 Comments

Color spaces of #355cde

RGB 5392222
HSL0.630.720.54
HSV226°76°87°
CMYK 0.760.590.00   0.13
XYZ18.480213.685170.7747
Yxy13.68510.17950.1329
Hunter Lab36.993424.4320-87.5366
CIE-Lab43.777931.9995-70.1831

#355cde color RGB value is (53,92,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011100 11011110
Octal 65 134 336
Decimal 53 92 222
Hex 35 5C DE

RGB Percentages of Color #355cde

%14.44
%25.07
%60.49

CMYK Percentages of Color #355cde

%76
%59
%0
%13

Triadic Colors of #355cde

#355cde #de355c #5cde35

Analogous Colors of #355cde

#355cde #6235de #35b1de

Monochromatic Colors of #355cde

#355cde

Complementary Color

#355cde #deb735

#355cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#355cde Color CSS Codes

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

#355cde Text Font Color

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

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


#355cde Background Color

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

This div background color is #355cde


#355cde Border Color

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

This div border color is #355cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355cde


Comments

No comments written yet.

Please login to write comment.