Color Hex Logo

#357adc Color Hex

#357ADC
(53,122,220)
0 Favorites   0 Comments

Color spaces of #357adc

RGB 53122220
HSL0.600.700.54
HSV215°76°86°
CMYK 0.760.450.00   0.14
XYZ21.346019.843370.4152
Yxy19.84330.19130.1778
Hunter Lab44.54587.5806-62.5398
CIE-Lab51.659612.2863-56.3002

#357adc color RGB value is (53,122,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111010 11011100
Octal 65 172 334
Decimal 53 122 220
Hex 35 7A DC

RGB Percentages of Color #357adc

%13.42
%30.89
%55.70

CMYK Percentages of Color #357adc

%76
%45
%0
%14

Triadic Colors of #357adc

#357adc #dc357a #7adc35

Analogous Colors of #357adc

#357adc #4435dc #35cedc

Monochromatic Colors of #357adc

#357adc

Complementary Color

#357adc #dc9735

#357adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#357adc Color CSS Codes

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

#357adc Text Font Color

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

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


#357adc Background Color

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

This div background color is #357adc


#357adc Border Color

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

This div border color is #357adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357adc


Comments

No comments written yet.

Please login to write comment.