Color Hex Logo

#355ace Color Hex

#355ACE
(53,90,206)
0 Favorites   0 Comments

Color spaces of #355ace

RGB 5390206
HSL0.630.610.51
HSV225°74°81°
CMYK 0.740.560.00   0.19
XYZ16.264912.525459.9529
Yxy12.52540.18330.1411
Hunter Lab35.391220.0993-75.6636
CIE-Lab42.039327.4232-63.8579

#355ace color RGB value is (53,90,206).

#355ace hex color red value is 53, green value is 90 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #355ace hue: 0.63 , saturation: 0.61 and the lightness value of 355ace is 0.51.

The process color (four color CMYK) of #355ace color hex is 0.74, 0.56, 0.00, 0.19. Web safe color of #355ace is #3366cc. Color #355ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011010 11001110
Octal 65 132 316
Decimal 53 90 206
Hex 35 5A CE

RGB Percentages of Color #355ace

%15.19
%25.79
%59.03

CMYK Percentages of Color #355ace

%74
%56
%0
%19

Triadic Colors of #355ace

#355ace #ce355a #5ace35

Analogous Colors of #355ace

#355ace #5d35ce #35a7ce

Monochromatic Colors of #355ace

#355ace

Complementary Color

#355ace #cea935

#355ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#355ace Color CSS Codes

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

#355ace Text Font Color

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

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


#355ace Background Color

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

This div background color is #355ace


#355ace Border Color

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

This div border color is #355ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355ace


Comments

No comments written yet.

Please login to write comment.