Color Hex Logo

#357aca Color Hex

#357ACA
(53,122,202)
0 Favorites   0 Comments

Color spaces of #357aca

RGB 53122202
HSL0.590.580.50
HSV212°74°79°
CMYK 0.740.400.00   0.21
XYZ19.088418.940258.5269
Yxy18.94020.19770.1962
Hunter Lab43.52032.1311-49.2700
CIE-Lab50.61725.6633-47.7583

#357aca color RGB value is (53,122,202).

#357aca hex color red value is 53, green value is 122 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #357aca hue: 0.59 , saturation: 0.58 and the lightness value of 357aca is 0.50.

The process color (four color CMYK) of #357aca color hex is 0.74, 0.40, 0.00, 0.21. Web safe color of #357aca is #3366cc. Color #357aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111010 11001010
Octal 65 172 312
Decimal 53 122 202
Hex 35 7A CA

RGB Percentages of Color #357aca

%14.06
%32.36
%53.58

CMYK Percentages of Color #357aca

%74
%40
%0
%21

Triadic Colors of #357aca

#357aca #ca357a #7aca35

Analogous Colors of #357aca

#357aca #3a35ca #35c5ca

Monochromatic Colors of #357aca

#357aca

Complementary Color

#357aca #ca8535

#357aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#357aca Color CSS Codes

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

#357aca Text Font Color

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

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


#357aca Background Color

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

This div background color is #357aca


#357aca Border Color

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

This div border color is #357aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357aca


Comments

No comments written yet.

Please login to write comment.