Color Hex Logo

#357c95 Color Hex

#357C95
(53,124,149)
0 Favorites   0 Comments

Color spaces of #357c95

RGB 53124149
HSL0.540.480.40
HSV196°64°58°
CMYK 0.640.170.00   0.42
XYZ14.100717.342131.0379
Yxy17.34210.22570.2776
Hunter Lab41.6438-12.4362-15.0392
CIE-Lab48.6882-14.1386-20.0943

#357c95 color RGB value is (53,124,149).

#357c95 hex color red value is 53, green value is 124 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #357c95 hue: 0.54 , saturation: 0.48 and the lightness value of 357c95 is 0.40.

The process color (four color CMYK) of #357c95 color hex is 0.64, 0.17, 0.00, 0.42. Web safe color of #357c95 is #336699. Color #357c95 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111100 10010101
Octal 65 174 225
Decimal 53 124 149
Hex 35 7C 95

RGB Percentages of Color #357c95

%16.26
%38.04
%45.71

CMYK Percentages of Color #357c95

%64
%17
%0
%42

Triadic Colors of #357c95

#357c95 #95357c #7c9535

Analogous Colors of #357c95

#357c95 #354c95 #35957e

Monochromatic Colors of #357c95

#357c95

Complementary Color

#357c95 #954e35

#357c95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357c95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357c95 Color CSS Codes

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

#357c95 Text Font Color

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

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


#357c95 Background Color

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

This div background color is #357c95


#357c95 Border Color

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

This div border color is #357c95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357c95


Comments

No comments written yet.

Please login to write comment.