Color Hex Logo

#357177 Color Hex

#357177
(53,113,119)
0 Favorites   0 Comments

Color spaces of #357177

RGB 53113119
HSL0.520.380.34
HSV185°55°47°
CMYK 0.550.050.00   0.53
XYZ10.703113.899019.5714
Yxy13.89900.24230.3146
Hunter Lab37.2814-13.9969-5.0282
CIE-Lab44.0877-17.5489-9.2719

#357177 color RGB value is (53,113,119).

#357177 hex color red value is 53, green value is 113 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #357177 hue: 0.52 , saturation: 0.38 and the lightness value of 357177 is 0.34.

The process color (four color CMYK) of #357177 color hex is 0.55, 0.05, 0.00, 0.53. Web safe color of #357177 is #336666. Color #357177 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110001 01110111
Octal 65 161 167
Decimal 53 113 119
Hex 35 71 77

RGB Percentages of Color #357177

%18.60
%39.65
%41.75

CMYK Percentages of Color #357177

%55
%5
%0
%53

Triadic Colors of #357177

#357177 #773571 #717735

Analogous Colors of #357177

#357177 #355077 #35775c

Monochromatic Colors of #357177

#357177

Complementary Color

#357177 #773b35

#357177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357177 Color CSS Codes

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

#357177 Text Font Color

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

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


#357177 Background Color

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

This div background color is #357177


#357177 Border Color

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

This div border color is #357177


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,113,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #357177; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #357177;
  -webkit-box-shadow: 1px 1px 3px 2px #357177;
  box-shadow:         1px 1px 3px 2px #357177; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357177


Comments

No comments written yet.

Please login to write comment.