Color Hex Logo

#355adc Color Hex

#355ADC
(53,90,220)
0 Favorites   0 Comments

Color spaces of #355adc

RGB 5390220
HSL0.630.700.54
HSV227°76°86°
CMYK 0.760.590.00   0.14
XYZ18.042613.236569.3141
Yxy13.23650.17940.1316
Hunter Lab36.382024.8534-87.4905
CIE-Lab43.117532.5416-70.1217

#355adc color RGB value is (53,90,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011010 11011100
Octal 65 132 334
Decimal 53 90 220
Hex 35 5A DC

RGB Percentages of Color #355adc

%14.60
%24.79
%60.61

CMYK Percentages of Color #355adc

%76
%59
%0
%14

Triadic Colors of #355adc

#355adc #dc355a #5adc35

Analogous Colors of #355adc

#355adc #6435dc #35aedc

Monochromatic Colors of #355adc

#355adc

Complementary Color

#355adc #dcb735

#355adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#355adc Color CSS Codes

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

#355adc Text Font Color

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

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


#355adc Background Color

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

This div background color is #355adc


#355adc Border Color

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

This div border color is #355adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355adc


Comments

No comments written yet.

Please login to write comment.