Color Hex Logo

#357d88 Color Hex

#357D88
(53,125,136)
0 Favorites   0 Comments

Color spaces of #357d88

RGB 53125136
HSL0.520.440.37
HSV188°61°53°
CMYK 0.610.080.00   0.47
XYZ13.245717.201725.9147
Yxy17.20170.23500.3052
Hunter Lab41.4749-15.5742-8.0136
CIE-Lab48.5132-18.8459-12.7143

#357d88 color RGB value is (53,125,136).

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

The process color (four color CMYK) of #357d88 color hex is 0.61, 0.08, 0.00, 0.47. Web safe color of #357d88 is #336699. Color #357d88 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111101 10001000
Octal 65 175 210
Decimal 53 125 136
Hex 35 7D 88

RGB Percentages of Color #357d88

%16.88
%39.81
%43.31

CMYK Percentages of Color #357d88

%61
%8
%0
%47

Triadic Colors of #357d88

#357d88 #88357d #7d8835

Analogous Colors of #357d88

#357d88 #355488 #35886a

Monochromatic Colors of #357d88

#357d88

Complementary Color

#357d88 #884035

#357d88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357d88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357d88 Color CSS Codes

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

#357d88 Text Font Color

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

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


#357d88 Background Color

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

This div background color is #357d88


#357d88 Border Color

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

This div border color is #357d88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357d88


Comments

No comments written yet.

Please login to write comment.