Color Hex Logo

#357faa Color Hex

#357FAA
(53,127,170)
0 Favorites   0 Comments

Color spaces of #357faa

RGB 53127170
HSL0.560.520.44
HSV202°69°67°
CMYK 0.690.250.00   0.33
XYZ16.313318.837940.8065
Yxy18.83790.21480.2480
Hunter Lab43.4026-8.8637-25.3617
CIE-Lab50.4970-8.7575-29.5459

#357faa color RGB value is (53,127,170).

#357faa hex color red value is 53, green value is 127 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #357faa hue: 0.56 , saturation: 0.52 and the lightness value of 357faa is 0.44.

The process color (four color CMYK) of #357faa color hex is 0.69, 0.25, 0.00, 0.33. Web safe color of #357faa is #336699. Color #357faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111111 10101010
Octal 65 177 252
Decimal 53 127 170
Hex 35 7F AA

RGB Percentages of Color #357faa

%15.14
%36.29
%48.57

CMYK Percentages of Color #357faa

%69
%25
%0
%33

Triadic Colors of #357faa

#357faa #aa357f #7faa35

Analogous Colors of #357faa

#357faa #3545aa #35aa9b

Monochromatic Colors of #357faa

#357faa

Complementary Color

#357faa #aa6035

#357faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#357faa Color CSS Codes

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

#357faa Text Font Color

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

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


#357faa Background Color

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

This div background color is #357faa


#357faa Border Color

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

This div border color is #357faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357faa


Comments

No comments written yet.

Please login to write comment.