Color Hex Logo

#357888 Color Hex

#357888
(53,120,136)
0 Favorites   0 Comments

Color spaces of #357888

RGB 53120136
HSL0.530.440.37
HSV192°61°53°
CMYK 0.610.120.00   0.47
XYZ12.628615.967425.7090
Yxy15.96740.23250.2940
Hunter Lab39.9592-13.5160-10.1746
CIE-Lab46.9317-16.1190-15.1122

#357888 color RGB value is (53,120,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111000 10001000
Octal 65 170 210
Decimal 53 120 136
Hex 35 78 88

RGB Percentages of Color #357888

%17.15
%38.83
%44.01

CMYK Percentages of Color #357888

%61
%12
%0
%47

Triadic Colors of #357888

#357888 #883578 #788835

Analogous Colors of #357888

#357888 #354f88 #35886f

Monochromatic Colors of #357888

#357888

Complementary Color

#357888 #884535

#357888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357888 Color CSS Codes

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

#357888 Text Font Color

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

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


#357888 Background Color

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

This div background color is #357888


#357888 Border Color

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

This div border color is #357888


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,120,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 #357888">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357888


Comments

No comments written yet.

Please login to write comment.