Color Hex Logo

#357aba Color Hex

#357ABA
(53,122,186)
0 Favorites   0 Comments

Color spaces of #357aba

RGB 53122186
HSL0.580.560.47
HSV209°72°73°
CMYK 0.720.340.00   0.27
XYZ17.290718.221149.0601
Yxy18.22110.20440.2155
Hunter Lab42.6862-2.3966-38.2629
CIE-Lab49.7632-0.1523-39.9425

#357aba color RGB value is (53,122,186).

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

The process color (four color CMYK) of #357aba color hex is 0.72, 0.34, 0.00, 0.27. Web safe color of #357aba is #3366cc. Color #357aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111010 10111010
Octal 65 172 272
Decimal 53 122 186
Hex 35 7A BA

RGB Percentages of Color #357aba

%14.68
%33.80
%51.52

CMYK Percentages of Color #357aba

%72
%34
%0
%27

Triadic Colors of #357aba

#357aba #ba357a #7aba35

Analogous Colors of #357aba

#357aba #3538ba #35bab8

Monochromatic Colors of #357aba

#357aba

Complementary Color

#357aba #ba7535

#357aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#357aba Color CSS Codes

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

#357aba Text Font Color

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

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


#357aba Background Color

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

This div background color is #357aba


#357aba Border Color

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

This div border color is #357aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357aba


Comments

No comments written yet.

Please login to write comment.